This file is now part of an external PalmOS SDK

svn-id: r26688
This commit is contained in:
Chris Apers 2007-05-01 09:31:58 +00:00
parent 5f77c8ff30
commit 64b7714125

View File

@ -1,19 +0,0 @@
#ifndef PALMVERSION_H
#define PALMVERSION_H
#ifdef __cplusplus
extern "C" {
#endif
#if defined(COMPILE_ZODIAC)
# include <tapwave.h>
#else
# include <PalmOS.h>
# include <VFSMgr.h>
#endif
#ifdef __cplusplus
}
#endif
#endif