diff options
Diffstat (limited to 'backends/symbian/src/ScummApp.h')
-rw-r--r-- | backends/symbian/src/ScummApp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/symbian/src/ScummApp.h b/backends/symbian/src/ScummApp.h index 56ca8b68c3..9b8fd47a1d 100644 --- a/backends/symbian/src/ScummApp.h +++ b/backends/symbian/src/ScummApp.h @@ -29,7 +29,7 @@ #include <e32base.h> #include <sdlapp.h> -#if defined (EPOC_AS_APP) && !defined (UIQ3) && !(__SERIES60_30__) +#if defined (EPOC_AS_APP) && !defined (UIQ3) && !defined (S60V3) #include "ECompXL.h" #endif @@ -39,7 +39,7 @@ public: ~CScummApp(); TUid AppDllUid() const; -#if defined (EPOC_AS_APP) && !defined (UIQ3) && !(__SERIES60_30__) +#if defined (EPOC_AS_APP) && !defined (UIQ3) && !defined (S60V3) TECompXL iECompXL; #endif }; |