diff options
author | Nicolas Bacca | 2002-10-22 23:43:00 +0000 |
---|---|---|
committer | Nicolas Bacca | 2002-10-22 23:43:00 +0000 |
commit | 9251de699da3e858702f99677d6ff58b2b0ce677 (patch) | |
tree | 26c03c7248d3814dbc352dc10bb91632f6c3c02b | |
parent | 6e5ff6884fb422ce0a9dca3a5347ca114c3f0cd9 (diff) | |
download | scummvm-rg350-9251de699da3e858702f99677d6ff58b2b0ce677.tar.gz scummvm-rg350-9251de699da3e858702f99677d6ff58b2b0ce677.tar.bz2 scummvm-rg350-9251de699da3e858702f99677d6ff58b2b0ce677.zip |
Disable GameX until I'm sure of the license used
svn-id: r5265
-rw-r--r-- | backends/wince/pocketpc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp index dc9fd7f7bc..51d1a592f2 100644 --- a/backends/wince/pocketpc.cpp +++ b/backends/wince/pocketpc.cpp @@ -50,8 +50,10 @@ #include "dynamic_imports.h" #if defined(MIPS) || defined(SH3) +#if 0 #define GAMEX #endif +#endif #ifdef GAMEX #include "GameX.h" |