OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of forbidden symbols.

svn-id: r54041
This commit is contained in:
John Willis 2010-11-02 11:20:43 +00:00
parent 438da9b220
commit 7f354ac7e0

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 <SDL/SDL.h>