diff options
author | John Willis | 2009-06-04 08:30:31 +0000 |
---|---|---|
committer | John Willis | 2009-06-04 08:30:31 +0000 |
commit | 929ef3e4a8eaf83e5fda75fb1047feb6647e7799 (patch) | |
tree | 4c9cf9ce363eb977371e3be19ae88b84b6f207a1 /backends/platform/sdl | |
parent | 70effa46e55100630df3b902918c75e77d505188 (diff) | |
download | scummvm-rg350-929ef3e4a8eaf83e5fda75fb1047feb6647e7799.tar.gz scummvm-rg350-929ef3e4a8eaf83e5fda75fb1047feb6647e7799.tar.bz2 scummvm-rg350-929ef3e4a8eaf83e5fda75fb1047feb6647e7799.zip |
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
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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*/) { |