summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorRussell Rice2007-01-02 06:59:58 +0000
committerRussell Rice2007-01-02 06:59:58 +0000
commit712ce1149a311d08fd545aa207ee8be9138947b0 (patch)
tree2942eca5f9fb758c66d0b8c70f35d4138d464d44 /setup
parentd66cbb5fcdb61fcfa64356627a3dd4e68b100f9a (diff)
downloadchocolate-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')
-rw-r--r--setup/execute.c2
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)