aboutsummaryrefslogtreecommitdiff
path: root/backends/epoc/ScummApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/epoc/ScummApp.h')
-rw-r--r--backends/epoc/ScummApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/epoc/ScummApp.h b/backends/epoc/ScummApp.h
index af44952b16..eab91c736a 100644
--- a/backends/epoc/ScummApp.h
+++ b/backends/epoc/ScummApp.h
@@ -27,7 +27,7 @@
#include <eikapp.h>
#include <e32base.h>
#include <sdlapp.h>
-#if!defined (__AVKON_ELAF__) && !defined(S60)
+#ifdef EPOC_AS_APP
#include "ECompXL.h"
#endif
@@ -37,7 +37,7 @@ public:
~CScummApp();
TUid AppDllUid() const;
-#if!defined (__AVKON_ELAF__) && !defined(S60)
+#ifdef EPOC_AS_APP
TECompXL iECompXL;
#endif
};