aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorSupSuper2018-12-16 21:56:19 +0000
committerFilippos Karapetis2018-12-17 12:28:33 +0200
commitd0512db25ce5bbd8f31151c3d2374f344f77f006 (patch)
tree33563123f9a15b0cb0a0c0d09b6c8599c5761422 /backends/fs
parent0a60e6ac8d36fbccf407e0a337ad12bc3d13faf3 (diff)
downloadscummvm-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/fs')
-rw-r--r--backends/fs/windows/windows-fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/fs/windows/windows-fs.h b/backends/fs/windows/windows-fs.h
index 3758877f05..4be4cbf57e 100644
--- a/backends/fs/windows/windows-fs.h
+++ b/backends/fs/windows/windows-fs.h
@@ -25,12 +25,7 @@
#include "backends/fs/abstract-fs.h"
-#if defined(ARRAYSIZE)
-#undef ARRAYSIZE
-#endif
#include <windows.h>
-// winnt.h defines ARRAYSIZE, but we want our own one...
-#undef ARRAYSIZE
#ifdef _WIN32_WCE
#undef GetCurrentDirectory
#endif