diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 58525134c..4b858c541 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,12 +23,12 @@ #include "maingui.h" -#ifdef WIN32 +#ifdef _WIN32 PRAGMA48(GCC diagnostic push) PRAGMA48(GCC diagnostic ignored "-Wshadow") #include <SDL.h> PRAGMA48(GCC diagnostic pop) -#endif // WIN32 +#endif // _WIN32 #include "debug.h" |