diff options
author | Chris Apers | 2006-01-30 19:13:25 +0000 |
---|---|---|
committer | Chris Apers | 2006-01-30 19:13:25 +0000 |
commit | 4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75 (patch) | |
tree | 8b3aaa6f4653c4145be880054bebeaaee9cce9ab /sound | |
parent | 6f5141782699c911860006575da6210130bbfce5 (diff) | |
download | scummvm-rg350-4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75.tar.gz scummvm-rg350-4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75.tar.bz2 scummvm-rg350-4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75.zip |
Wrong #ifdef
svn-id: r20314
Diffstat (limited to 'sound')
-rw-r--r-- | sound/fmopl.cpp | 2 |
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 |