LINUXMOTO: Enable use of forbidden symbols

svn-id: r53963
This commit is contained in:
Max Horn 2010-10-30 21:49:46 +00:00
parent 768038be11
commit 19c3196c1c

View file

@ -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"