mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of forbidden symbols.
svn-id: r54041
This commit is contained in:
parent
438da9b220
commit
7f354ac7e0
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user