|
|
| version 1.3, 2003/11/17 16:12:27 | version 1.5, 2003/11/28 16:29:57 |
|---|---|
| Line 47 | Line 47 |
| #include <unistd.h> | #include <unistd.h> |
| #define X11 | #define X11 |
| #define OSLANG_EUC | |
| #define OSLINEBREAK_LF | |
| typedef signed char CHAR; | typedef signed char CHAR; |
| typedef signed short SHORT; | typedef signed short SHORT; |
| Line 132 UINT32 gettick(); | Line 134 UINT32 gettick(); |
| #define MEMOPTIMIZE 1 | #define MEMOPTIMIZE 1 |
| #define SUPPORT_EUC | |
| #define SUPPORT_8BPP | #define SUPPORT_8BPP |
| #define SUPPORT_24BPP | #define SUPPORT_24BPP |
| #define SUPPORT_16BPP | #define SUPPORT_16BPP |
| #define SUPPORT_32BPP | #define SUPPORT_32BPP |
| #define SUPPORT_NORMALDISP | #define SUPPORT_NORMALDISP |
| #if defined(USE_GTK) | |
| #define SUPPORT_KEYDISP | |
| #endif | |
| /* | /* |
| * You could specify a complete path, e.g. "/etc/timidity.cfg", and | * You could specify a complete path, e.g. "/etc/timidity.cfg", and |
| * then specify the library directory in the configuration file. | * then specify the library directory in the configuration file. |