aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-10-30 23:53:59 +0000
committerMax Horn2010-10-30 23:53:59 +0000
commit184c732bf6d1a2fd77eecf6f95314eb5181057ce (patch)
tree0dd9004be4af54823cb8d0f7be1aee69003996e2
parent6ea76cd9133a76645ef74c9fc75aed80ed2b5d14 (diff)
downloadscummvm-rg350-184c732bf6d1a2fd77eecf6f95314eb5181057ce.tar.gz
scummvm-rg350-184c732bf6d1a2fd77eecf6f95314eb5181057ce.tar.bz2
scummvm-rg350-184c732bf6d1a2fd77eecf6f95314eb5181057ce.zip
PS2: Enable use of forbidden symbols
svn-id: r53969
-rw-r--r--backends/platform/ps2/fileio.cpp3
-rw-r--r--backends/platform/ps2/systemps2.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/ps2/fileio.cpp b/backends/platform/ps2/fileio.cpp
index 8c10156aaf..826a2578e4 100644
--- a/backends/platform/ps2/fileio.cpp
+++ b/backends/platform/ps2/fileio.cpp
@@ -23,6 +23,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "backends/platform/ps2/fileio.h"
#include <tamtypes.h>
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp
index 7659d5194d..fd2bf80761 100644
--- a/backends/platform/ps2/systemps2.cpp
+++ b/backends/platform/ps2/systemps2.cpp
@@ -23,6 +23,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include <kernel.h>
#include <stdio.h>
#include <stdlib.h>