diff options
author | Lars Persson | 2010-11-29 19:44:22 +0000 |
---|---|---|
committer | Lars Persson | 2010-11-29 19:44:22 +0000 |
commit | 960efd93d8735409a28f4c65cc940c0af2a53674 (patch) | |
tree | 5161470f9cfb668763e6607c490732c6218aee45 /backends/platform/symbian/src | |
parent | ff7357cfc5f0c84d82e99e49419ae0fb5370aab5 (diff) | |
download | scummvm-rg350-960efd93d8735409a28f4c65cc940c0af2a53674.tar.gz scummvm-rg350-960efd93d8735409a28f4c65cc940c0af2a53674.tar.bz2 scummvm-rg350-960efd93d8735409a28f4c65cc940c0af2a53674.zip |
SYMBIAN : Updated so it builds with latest structures and add support to last express
svn-id: r54588
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/SymbianMain.cpp | 2 | ||||
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/SymbianMain.cpp b/backends/platform/symbian/src/SymbianMain.cpp index 7fa54a2e48..837961e89c 100644 --- a/backends/platform/symbian/src/SymbianMain.cpp +++ b/backends/platform/symbian/src/SymbianMain.cpp @@ -23,9 +23,9 @@ * */ +#include "backends/platform/symbian/src/portdefs.h" #include "base/main.h" #include "backends/platform/symbian/src/SymbianOS.h" -#include "backends/platform/symbian/src/portdefs.h" extern "C" { diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index c45bac4933..1c5de2d43c 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -131,6 +131,8 @@ void *scumm_bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); #define bsearch scumm_bsearch #define FORBIDDEN_SYMBOL_EXCEPTION_FILE +#define FORBIDDEN_SYMBOL_EXCEPTION_fclose +#define FORBIDDEN_SYMBOL_EXCEPTION_fopen // we cannot include SymbianOS.h everywhere, but this works too (functions code is in SymbianOS.cpp) namespace Symbian { |