blob: 6d84c543af1a828bfc3504a7c25ba7149a34c65b (
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_OS5
#define DISABLE_SONY
#define DISABLE_PA1LIB
#endif
|