aboutsummaryrefslogtreecommitdiff
path: root/core/platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/platform.cpp')
-rw-r--r--core/platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/platform.cpp b/core/platform.cpp
index 8846e9b..8c451ab 100644
--- a/core/platform.cpp
+++ b/core/platform.cpp
@@ -39,7 +39,7 @@
using namespace std;
-#ifdef WIN32
+#if defined(WIN32) || defined(WIN64)
#include <windows.h>
#include <commdlg.h>