aboutsummaryrefslogtreecommitdiff
path: root/sound/fmopl.cpp
diff options
context:
space:
mode:
authorChris Apers2006-01-30 19:13:25 +0000
committerChris Apers2006-01-30 19:13:25 +0000
commit4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75 (patch)
tree8b3aaa6f4653c4145be880054bebeaaee9cce9ab /sound/fmopl.cpp
parent6f5141782699c911860006575da6210130bbfce5 (diff)
downloadscummvm-rg350-4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75.tar.gz
scummvm-rg350-4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75.tar.bz2
scummvm-rg350-4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75.zip
Wrong #ifdef
svn-id: r20314
Diffstat (limited to 'sound/fmopl.cpp')
-rw-r--r--sound/fmopl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index d5c09bf630..ee7d652c63 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -34,7 +34,7 @@
#include "common/util.h"
-#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_ARM) || defined(__GP32__)
+#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_MODE) || defined(__GP32__)
#include "common/config-manager.h"
#endif