SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation

svn-id: r54575
This commit is contained in:
Max Horn 2010-11-29 16:35:29 +00:00
parent f0fdff21f6
commit 4bed2b3ff5
15 changed files with 18 additions and 44 deletions

View file

@ -23,6 +23,9 @@
*
*/
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/scummsys.h"
#ifdef WIN32
@ -31,9 +34,6 @@
#include <windows.h>
#undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one...
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "backends/platform/sdl/win32/win32.h"
#include "backends/fs/windows/windows-fs-factory.h"