diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/execute.c b/setup/execute.c index 800e33b7..1ebd7c55 100644 --- a/setup/execute.c +++ b/setup/execute.c @@ -28,7 +28,7 @@ #include <sys/types.h> -#ifndef WINDOWS +#ifndef _WIN32 #include <sys/wait.h> #else #define WEXITSTATUS(stat_val) ((stat_val) & 255) |