From 19c3196c1ce73fd0b05d17df03fe56cbb9d711db Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Oct 2010 21:49:46 +0000 Subject: LINUXMOTO: Enable use of forbidden symbols svn-id: r53963 --- backends/platform/linuxmoto/linuxmoto-main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/platform') diff --git a/backends/platform/linuxmoto/linuxmoto-main.cpp b/backends/platform/linuxmoto/linuxmoto-main.cpp index 97f12e8ce1..09b03c31d6 100644 --- a/backends/platform/linuxmoto/linuxmoto-main.cpp +++ b/backends/platform/linuxmoto/linuxmoto-main.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/system.h" -- cgit v1.2.3