Kaydet (Commit) 5b341b12 authored tarafından Colomban Wendling's avatar Colomban Wendling

spawn: Fix a typo in Windows compatibility code

Thanks to Dimitar for spotting this.
üst 01b01cc8
......@@ -27,7 +27,7 @@
#ifdef G_OS_WIN32
# define WIFEXITED(status) TRUE
# define WEXITSTATUS(status) (status)
# define WIFSIGNALLED(status) FALSE
# define WIFSIGNALED(status) FALSE
#else
# include <sys/types.h>
# include <sys/wait.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment