mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 06:18:23 +00:00
Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595".
svn-id: r45815
This commit is contained in:
parent
7b7763021b
commit
f23784b422
@ -31,6 +31,11 @@
|
||||
#include <windows.h>
|
||||
// winnt.h defines ARRAYSIZE, but we want our own one...
|
||||
#undef ARRAYSIZE
|
||||
|
||||
// FIXME/UGLY HACK: We need to include "SDL.h" before "scummsys.h"
|
||||
// since "scummsys.h" checks for SDL_COMPILEDVERSION to decide
|
||||
// whether it should define uint32_t / int32_t or not.
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user