aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2006-01-23 19:39:56 +0000
committerChris Apers2006-01-23 19:39:56 +0000
commitd36be21fe400b9b38998308c04c57ca46d595106 (patch)
tree103f33bfbd692b97b30ab13ab7eb94f677f43a4b /backends
parent8dede76784271659341c239d39163abe158a8fac (diff)
downloadscummvm-rg350-d36be21fe400b9b38998308c04c57ca46d595106.tar.gz
scummvm-rg350-d36be21fe400b9b38998308c04c57ca46d595106.tar.bz2
scummvm-rg350-d36be21fe400b9b38998308c04c57ca46d595106.zip
Fixed compilation
svn-id: r20149
Diffstat (limited to 'backends')
-rwxr-xr-xbackends/PalmOS/Src/palmversion.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/backends/PalmOS/Src/palmversion.h b/backends/PalmOS/Src/palmversion.h
index 5a61ade39f..d4362ddd61 100755
--- a/backends/PalmOS/Src/palmversion.h
+++ b/backends/PalmOS/Src/palmversion.h
@@ -1,12 +1,19 @@
#ifndef PALMVERSION_H
#define PALMVERSION_H
-#if defined(PALMOS_68K)
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#if defined(COMPILE_ZODIAC)
+# include <tapwave.h>
+#else
# include <PalmOS.h>
# include <VFSMgr.h>
+#endif
-#elif defined(COMPILE_ZODIAC) && defined(PALMOS_ARM)
-# include <tapwave.h>
+#ifdef __cplusplus
+}
#endif
#endif