diff options
author | Lars Persson | 2006-05-31 19:05:47 +0000 |
---|---|---|
committer | Lars Persson | 2006-05-31 19:05:47 +0000 |
commit | 4ccc04588f14372b18b746ee45a7abc536404077 (patch) | |
tree | 9b86d5610ad42372db4c35ed2afceae323c532b2 /backends/symbian/src | |
parent | f59017c9793b9a904332260c5a39e532a6ea2bb3 (diff) | |
download | scummvm-rg350-4ccc04588f14372b18b746ee45a7abc536404077.tar.gz scummvm-rg350-4ccc04588f14372b18b746ee45a7abc536404077.tar.bz2 scummvm-rg350-4ccc04588f14372b18b746ee45a7abc536404077.zip |
Project files for AGI added and support for S60V3
svn-id: r22803
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 |