mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Fixing compilation under MSVC
svn-id: r33610
This commit is contained in:
parent
05968b18c9
commit
2efe13026d
@ -27,6 +27,10 @@
|
||||
#include "common/config-manager.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#if defined(WIN32) && defined(ARRAYSIZE)
|
||||
// winnt.h defines ARRAYSIZE, but we want our own one... - this is needed before including util.h
|
||||
#undef ARRAYSIZE
|
||||
#endif
|
||||
#include "common/util.h"
|
||||
|
||||
#include "backends/saves/default/default-saves.h"
|
||||
|
@ -29,6 +29,10 @@
|
||||
#include "common/config-manager.h"
|
||||
#include "common/system.h"
|
||||
#include "common/timer.h"
|
||||
#if defined(WIN32) && defined(ARRAYSIZE)
|
||||
// winnt.h defines ARRAYSIZE, but we want our own one... - this is needed before including util.h
|
||||
#undef ARRAYSIZE
|
||||
#endif
|
||||
#include "common/util.h"
|
||||
|
||||
#include "graphics/colormasks.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user