From ae829727da27a889ce8590bdc08d20c52833af20 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 31 Oct 2010 17:01:47 +0000 Subject: PS2: Enable another use of forbidden symbols svn-id: r53977 --- backends/fs/ps2/ps2-fs-factory.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3