aboutsummaryrefslogtreecommitdiff
path: root/sky/hufftext.cpp
diff options
context:
space:
mode:
authorChris Apers2005-11-05 19:00:15 +0000
committerChris Apers2005-11-05 19:00:15 +0000
commit35748cfe92afabbd5b97aa837e70dd9d545ef069 (patch)
treebbc82c0da44492e130657b0726c01d33ad722c29 /sky/hufftext.cpp
parent54c47e3985f638caf34eaf432aa19e55fe91a74c (diff)
downloadscummvm-rg350-35748cfe92afabbd5b97aa837e70dd9d545ef069.tar.gz
scummvm-rg350-35748cfe92afabbd5b97aa837e70dd9d545ef069.tar.bz2
scummvm-rg350-35748cfe92afabbd5b97aa837e70dd9d545ef069.zip
PalmOS ifdef
svn-id: r19473
Diffstat (limited to 'sky/hufftext.cpp')
-rw-r--r--sky/hufftext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/hufftext.cpp b/sky/hufftext.cpp
index 3b402bf3eb..95bd79170b 100644
--- a/sky/hufftext.cpp
+++ b/sky/hufftext.cpp
@@ -23,7 +23,7 @@
namespace Sky {
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
const HuffTree *Text::_huffTree_00109;
const HuffTree *Text::_huffTree_00267;
const HuffTree *Text::_huffTree_00288;
@@ -2015,7 +2015,7 @@ const HuffTree Text::_huffTree_00372[] = {
} // End of namespace Sky
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
#include "scumm_globals.h"
_GINIT(Sky_Hufftext)