diff options
Diffstat (limited to 'core/platform.cpp')
| -rw-r--r-- | core/platform.cpp | 2 |
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> |