aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
authorChris Apers2006-02-25 21:01:08 +0000
committerChris Apers2006-02-25 21:01:08 +0000
commit2cef4d1a6eff27039b790f9c302eebe366454aca (patch)
tree5ca39fa56eaf10e047d36ec667c1d77f2991a1d3 /backends/PalmOS
parent531eacb9bc07e1af91dc22c1e3cfa4aadc781a87 (diff)
downloadscummvm-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-xbackends/PalmOS/Src/native/znative_common.h8
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