diff options
author | Max Horn | 2010-11-29 16:35:29 +0000 |
---|---|---|
committer | Max Horn | 2010-11-29 16:35:29 +0000 |
commit | 4bed2b3ff588452ed754d0758bf9b1b0df0e8c92 (patch) | |
tree | 2e60b680b6f3d696a281b534606e425a3faf16e8 /backends/fs/windows | |
parent | f0fdff21f641097ea0bd18493580b42ed12dac6a (diff) | |
download | scummvm-rg350-4bed2b3ff588452ed754d0758bf9b1b0df0e8c92.tar.gz scummvm-rg350-4bed2b3ff588452ed754d0758bf9b1b0df0e8c92.tar.bz2 scummvm-rg350-4bed2b3ff588452ed754d0758bf9b1b0df0e8c92.zip |
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
svn-id: r54575
Diffstat (limited to 'backends/fs/windows')
-rw-r--r-- | backends/fs/windows/windows-fs-factory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/fs/windows/windows-fs-factory.cpp b/backends/fs/windows/windows-fs-factory.cpp index f7b9c837f2..ae9485a121 100644 --- a/backends/fs/windows/windows-fs-factory.cpp +++ b/backends/fs/windows/windows-fs-factory.cpp @@ -22,11 +22,11 @@ * $Id$ */ -#if defined(WIN32) - // Disable symbol overrides so that we can use system headers. #define FORBIDDEN_SYMBOL_ALLOW_ALL +#if defined(WIN32) + #include "backends/fs/windows/windows-fs-factory.h" #include "backends/fs/windows/windows-fs.cpp" |