diff options
| author | SupSuper | 2018-12-16 21:56:19 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2018-12-17 12:28:33 +0200 |
| commit | d0512db25ce5bbd8f31151c3d2374f344f77f006 (patch) | |
| tree | 33563123f9a15b0cb0a0c0d09b6c8599c5761422 /backends/dialogs | |
| parent | 0a60e6ac8d36fbccf407e0a337ad12bc3d13faf3 (diff) | |
| download | scummvm-rg350-d0512db25ce5bbd8f31151c3d2374f344f77f006.tar.gz scummvm-rg350-d0512db25ce5bbd8f31151c3d2374f344f77f006.tar.bz2 scummvm-rg350-d0512db25ce5bbd8f31151c3d2374f344f77f006.zip | |
WIN32: Move all ARRAYSIZE undefs to util.h
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own
Diffstat (limited to 'backends/dialogs')
| -rw-r--r-- | backends/dialogs/win32/win32-dialogs.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/dialogs/win32/win32-dialogs.cpp b/backends/dialogs/win32/win32-dialogs.cpp index e34a08c07b..fca0601a71 100644 --- a/backends/dialogs/win32/win32-dialogs.cpp +++ b/backends/dialogs/win32/win32-dialogs.cpp @@ -56,9 +56,6 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> -#if defined(ARRAYSIZE) -#undef ARRAYSIZE -#endif #endif #include <shlobj.h> |
