diff options
author | Chris Apers | 2006-02-25 21:01:08 +0000 |
---|---|---|
committer | Chris Apers | 2006-02-25 21:01:08 +0000 |
commit | 2cef4d1a6eff27039b790f9c302eebe366454aca (patch) | |
tree | 5ca39fa56eaf10e047d36ec667c1d77f2991a1d3 /backends/PalmOS | |
parent | 531eacb9bc07e1af91dc22c1e3cfa4aadc781a87 (diff) | |
download | scummvm-rg350-2cef4d1a6eff27039b790f9c302eebe366454aca.tar.gz scummvm-rg350-2cef4d1a6eff27039b790f9c302eebe366454aca.tar.bz2 scummvm-rg350-2cef4d1a6eff27039b790f9c302eebe366454aca.zip |
Fixed compilation
svn-id: r20894
Diffstat (limited to 'backends/PalmOS')
-rwxr-xr-x | backends/PalmOS/Src/native/znative_common.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/backends/PalmOS/Src/native/znative_common.h b/backends/PalmOS/Src/native/znative_common.h index efa0386447..c04f5e1538 100755 --- a/backends/PalmOS/Src/native/znative_common.h +++ b/backends/PalmOS/Src/native/znative_common.h @@ -5,15 +5,17 @@ #include "palmmad.h" #include "palmtremor.h" -//#define __TWNEW_H__ +#define __TWNEW_H__ + #define PALMOS_ARM #define DISABLE_LIGHTSPEED #define USE_MAD -#define USE_VORBIS #define USE_TREMOR +//#define USE_VORBIS +//#define USE_MPEG2 // enable assert -#define _DEBUG +//#define _DEBUG #endif |