diff options
author | Russell Rice | 2007-01-02 06:59:58 +0000 |
---|---|---|
committer | Russell Rice | 2007-01-02 06:59:58 +0000 |
commit | 712ce1149a311d08fd545aa207ee8be9138947b0 (patch) | |
tree | 2942eca5f9fb758c66d0b8c70f35d4138d464d44 /setup/execute.c | |
parent | d66cbb5fcdb61fcfa64356627a3dd4e68b100f9a (diff) | |
download | chocolate-doom-712ce1149a311d08fd545aa207ee8be9138947b0.tar.gz chocolate-doom-712ce1149a311d08fd545aa207ee8be9138947b0.tar.bz2 chocolate-doom-712ce1149a311d08fd545aa207ee8be9138947b0.zip |
Replace WINDOWS define with _WIN32
Update Codeblocks project
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 814
Diffstat (limited to 'setup/execute.c')
-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) |