summaryrefslogtreecommitdiff
path: root/src/demos/tunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/tunnel.c')
-rw-r--r--src/demos/tunnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/tunnel.c b/src/demos/tunnel.c
index dea689e0..91fe67e1 100644
--- a/src/demos/tunnel.c
+++ b/src/demos/tunnel.c
@@ -11,7 +11,7 @@
#include <math.h>
#include <string.h>
-#ifdef WIN32
+#ifdef _WIN32
#include <windows.h>
#endif
@@ -336,7 +336,7 @@ printhelp(void)
static void
dojoy(void)
{
-#ifdef WIN32
+#ifdef _WIN32
static UINT max[2] = { 0, 0 };
static UINT min[2] = { 0xffffffff, 0xffffffff }, center[2];
MMRESULT res;