blob: 49331d356f50e304cdf14c9f26ca402463697ac1 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #ifndef PREFIX_H
#define PREFIX_H
// PalmOS
#define PALMOS_MODE
#define PALMOS_68K
#define PALMOS_NATIVE
#define COMPILE_ZODIAC
#define DISABLE_SONY
#define DISABLE_PA1LIB
#endif
 |