aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/pspkeyboard.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-31 00:01:00 +0000
committerMax Horn2010-10-31 00:01:00 +0000
commitac748c2ebd6fc437df2d7232edcc53cdbd532760 (patch)
tree15031634be722b3a9eeb03b08458083b733e64ac /backends/platform/psp/pspkeyboard.cpp
parent184c732bf6d1a2fd77eecf6f95314eb5181057ce (diff)
downloadscummvm-rg350-ac748c2ebd6fc437df2d7232edcc53cdbd532760.tar.gz
scummvm-rg350-ac748c2ebd6fc437df2d7232edcc53cdbd532760.tar.bz2
scummvm-rg350-ac748c2ebd6fc437df2d7232edcc53cdbd532760.zip
PSP: Enable use of forbidden symbols
svn-id: r53970
Diffstat (limited to 'backends/platform/psp/pspkeyboard.cpp')
-rw-r--r--backends/platform/psp/pspkeyboard.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/psp/pspkeyboard.cpp b/backends/platform/psp/pspkeyboard.cpp
index b758109285..f210726692 100644
--- a/backends/platform/psp/pspkeyboard.cpp
+++ b/backends/platform/psp/pspkeyboard.cpp
@@ -23,6 +23,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
//#define PSP_KB_SHELL /* Need a hack to properly load the keyboard from the PSP shell */
#ifdef PSP_KB_SHELL