summaryrefslogtreecommitdiff
path: root/src/demos/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/fire.c')
-rw-r--r--src/demos/fire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/fire.c b/src/demos/fire.c
index b2dad65d..25b2fa29 100644
--- a/src/demos/fire.c
+++ b/src/demos/fire.c
@@ -13,7 +13,7 @@
#include <time.h>
#include <string.h>
-#ifdef WIN32
+#ifdef _WIN32
#include <windows.h>
#include <mmsystem.h>
#endif
@@ -340,7 +340,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;