[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palmversion.h,1.1,1.2

Chris Apers chrilith at users.sourceforge.net
Mon Jan 23 11:41:01 CET 2006


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25232

Modified Files:
	palmversion.h 
Log Message:
Fixed compilation

Index: palmversion.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmversion.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- palmversion.h	12 Oct 2005 21:03:09 -0000	1.1
+++ palmversion.h	23 Jan 2006 19:39:56 -0000	1.2
@@ -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





More information about the Scummvm-git-logs mailing list