[Scummvm-cvs-logs] scummvm master -> 511e7c5163558cd2e9f44ff5c6aa94ccead18135

anotherguest larspson at gmail.com
Tue Oct 11 09:16:08 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
511e7c5163 Symbian:Updated port defs to fit new protected words


Commit: 511e7c5163558cd2e9f44ff5c6aa94ccead18135
    https://github.com/scummvm/scummvm/commit/511e7c5163558cd2e9f44ff5c6aa94ccead18135
Author: anotherguest (larspson at gmail.com)
Date: 2011-10-11T00:08:28-07:00

Commit Message:
Symbian:Updated port defs to fit new protected words

Changed paths:
    backends/platform/symbian/src/portdefs.h



diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index 86460e6..b433dd7 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -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_fclose
 #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)
 namespace Symbian {






More information about the Scummvm-git-logs mailing list