From 4a6f2ab3d36b268d119a65ebbd5bc4c12d5afb75 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Mon, 30 Jan 2006 19:13:25 +0000 Subject: Wrong #ifdef svn-id: r20314 --- sound/fmopl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/fmopl.cpp') 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 -- cgit v1.2.3