From ac748c2ebd6fc437df2d7232edcc53cdbd532760 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 31 Oct 2010 00:01:00 +0000 Subject: PSP: Enable use of forbidden symbols svn-id: r53970 --- backends/platform/psp/image_viewer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/platform/psp/image_viewer.cpp') diff --git a/backends/platform/psp/image_viewer.cpp b/backends/platform/psp/image_viewer.cpp index b859fe21d1..26b7f31c97 100644 --- a/backends/platform/psp/image_viewer.cpp +++ b/backends/platform/psp/image_viewer.cpp @@ -23,6 +23,9 @@ * */ +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "common/scummsys.h" #include "common/str.h" #include "common/stream.h" -- cgit v1.2.3