diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 68047fdde1..f8101c96db 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -29,6 +29,9 @@ #define WIN32_LEAN_AND_MEAN #undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one... +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "backends/platform/sdl/win32/win32.h" #include "backends/fs/windows/windows-fs-factory.h" |