Symbian:Updated port defs to fit new protected words
This commit is contained in:
parent
639cb97881
commit
511e7c5163
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ void *scumm_bsearch(const void *key, const void *base, size_t nmemb, size_t size
|
||||||
#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
|
#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
|
||||||
#define FORBIDDEN_SYMBOL_EXCEPTION_fclose
|
#define FORBIDDEN_SYMBOL_EXCEPTION_fclose
|
||||||
#define FORBIDDEN_SYMBOL_EXCEPTION_fopen
|
#define FORBIDDEN_SYMBOL_EXCEPTION_fopen
|
||||||
|
#define FORBIDDEN_SYMBOL_EXCEPTION_unlink
|
||||||
|
#define FORBIDDEN_SYMBOL_EXCEPTION_getcwd
|
||||||
|
#define FORBIDDEN_SYMBOL_EXCEPTION_stdout
|
||||||
|
#define FORBIDDEN_SYMBOL_EXCEPTION_stderr
|
||||||
|
|
||||||
// we cannot include SymbianOS.h everywhere, but this works too (functions code is in SymbianOS.cpp)
|
// we cannot include SymbianOS.h everywhere, but this works too (functions code is in SymbianOS.cpp)
|
||||||
namespace Symbian {
|
namespace Symbian {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue