aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/config-manager.h')
-rw-r--r--common/config-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-manager.h b/common/config-manager.h
index b3ba3c5caa..746b641b90 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -67,7 +67,7 @@ public:
typedef Map<String, Domain, IgnoreCaseComparator> DomainMap;
-#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG))
+#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
/** The name of the application domain (normally 'scummvm'). */
static const String kApplicationDomain;