mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
Silenced warning about redefinition of ARRAYSIZE under Windows, after the latest FS changes
svn-id: r35583
This commit is contained in:
parent
213c09c211
commit
88ac9b5a9b
@ -24,6 +24,9 @@
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#if defined(ARRAYSIZE)
|
||||
#undef ARRAYSIZE
|
||||
#endif
|
||||
#include <windows.h>
|
||||
// winnt.h defines ARRAYSIZE, but we want our own one...
|
||||
#undef ARRAYSIZE
|
||||
|
Loading…
Reference in New Issue
Block a user