From 929ef3e4a8eaf83e5fda75fb1047feb6647e7799 Mon Sep 17 00:00:00 2001 From: John Willis Date: Thu, 4 Jun 2009 08:30:31 +0000 Subject: Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156 --- backends/platform/sdl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl') diff --git a/backends/platform/sdl/main.cpp b/backends/platform/sdl/main.cpp index adb9cec08b..021bda155c 100644 --- a/backends/platform/sdl/main.cpp +++ b/backends/platform/sdl/main.cpp @@ -37,7 +37,7 @@ #include "SymbianOs.h" #endif -#if !defined(__MAEMO__) && !defined(_WIN32_WCE) +#if !defined(__MAEMO__) && !defined(_WIN32_WCE) && !defined(GP2XWIZ) #if defined (WIN32) int __stdcall WinMain(HINSTANCE /*hInst*/, HINSTANCE /*hPrevInst*/, LPSTR /*lpCmdLine*/, int /*iShowCmd*/) { -- cgit v1.2.3