diff options
Diffstat (limited to 'backends/PalmOS/Src/native/znative_sword2.h')
-rwxr-xr-x | backends/PalmOS/Src/native/znative_sword2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/native/znative_sword2.h b/backends/PalmOS/Src/native/znative_sword2.h new file mode 100755 index 0000000000..1a64e8fd03 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_sword2.h @@ -0,0 +1,8 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SWORD2 +#undef _DEBUG + +#endif |