diff options
author | Max Horn | 2010-10-31 17:01:47 +0000 |
---|---|---|
committer | Max Horn | 2010-10-31 17:01:47 +0000 |
commit | ae829727da27a889ce8590bdc08d20c52833af20 (patch) | |
tree | 2c14f7555892f40730a6723851fd496c1e0e0ef3 /backends/fs | |
parent | dca3c8d8bfc6c4db38cf8e8291818dd472041d4e (diff) | |
download | scummvm-rg350-ae829727da27a889ce8590bdc08d20c52833af20.tar.gz scummvm-rg350-ae829727da27a889ce8590bdc08d20c52833af20.tar.bz2 scummvm-rg350-ae829727da27a889ce8590bdc08d20c52833af20.zip |
PS2: Enable another use of forbidden symbols
svn-id: r53977
Diffstat (limited to 'backends/fs')
-rw-r--r-- | backends/fs/ps2/ps2-fs-factory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/fs/ps2/ps2-fs-factory.cpp b/backends/fs/ps2/ps2-fs-factory.cpp index 8d3c22d2d0..05c18c8a7f 100644 --- a/backends/fs/ps2/ps2-fs-factory.cpp +++ b/backends/fs/ps2/ps2-fs-factory.cpp @@ -23,6 +23,10 @@ */ #if defined(__PLAYSTATION2__) + +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "backends/fs/ps2/ps2-fs-factory.h" #include "backends/fs/ps2/ps2-fs.cpp" |