From 9aa0984702d4b91bd4839acfc1ae68cfabf5b84f Mon Sep 17 00:00:00 2001 From: John Willis Date: Mon, 9 Oct 2006 20:38:59 +0000 Subject: Fix GP2X ifdef error in initial patch. Sorry. svn-id: r24257 --- sound/fmopl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index 9fd8a33ee4..3a78f465eb 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -35,7 +35,7 @@ #include "common/util.h" -#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_MODE) || defined(__GP32__) || defined(__GP2X__) || defined (__MAEMO__) || defined(__DS__) +#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_MODE) || defined(__GP32__) || defined(GP2X) || defined (__MAEMO__) || defined(__DS__) #include "common/config-manager.h" #endif -- cgit v1.2.3