diff options
Diffstat (limited to 'backends/symbian/src')
-rw-r--r-- | backends/symbian/src/ScummApp.cpp | 2 | ||||
-rw-r--r-- | backends/symbian/src/ScummVm.hrh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/symbian/src/ScummApp.cpp b/backends/symbian/src/ScummApp.cpp index f750e496fa..0c59f41205 100644 --- a/backends/symbian/src/ScummApp.cpp +++ b/backends/symbian/src/ScummApp.cpp @@ -65,7 +65,7 @@ _asm { #ifdef EPOC_AS_APP // this function is called automatically by the SymbianOS to deliver the new CApaApplication object -#if !defined (UIQ3) +#if !defined (UIQ3) && !defined (S60V3) EXPORT_C #endif CApaApplication* NewApplication() { diff --git a/backends/symbian/src/ScummVm.hrh b/backends/symbian/src/ScummVm.hrh index 3f7bfc19d6..4966b41e0b 100644 --- a/backends/symbian/src/ScummVm.hrh +++ b/backends/symbian/src/ScummVm.hrh @@ -22,7 +22,7 @@ #ifndef ScummHRH #define ScummHRH -#if defined (UIQ3) || defined (__SERIES60_30__) +#if defined (UIQ3) || defined (S60V3) #define ScummUid 0xA0000657 #else #define ScummUid 0x101f9b57 |