aboutsummaryrefslogtreecommitdiff
path: root/core/platform.cpp
diff options
context:
space:
mode:
authorMiles Macklin <[email protected]>2017-06-09 13:41:15 +1200
committerMiles Macklin <[email protected]>2017-06-09 13:41:15 +1200
commit688b5f42e9bfe498d7af7075d4d8f4429867f3a3 (patch)
tree7e0d0e7c95298f0418723abd92f61ac6e16b055e /core/platform.cpp
parentUpdate README.md (diff)
downloadflex-688b5f42e9bfe498d7af7075d4d8f4429867f3a3.tar.xz
flex-688b5f42e9bfe498d7af7075d4d8f4429867f3a3.zip
1.2.0.beta.11.2.0.beta.1
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>