summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index bd90937f0..d9df74ddc 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -147,10 +147,10 @@
#include "mumblemanager.h"
#endif // USE_MUMBLE
-#ifdef WIN32
+#ifdef _WIN32
#include <sys/time.h>
#undef ERROR
-#endif // WIN32
+#endif // _WIN32
#include <fstream>