|
|
| version 1.22, 2004/07/02 14:53:08 | version 1.23, 2004/07/14 16:01:40 |
|---|---|
| Line 176 typedef int BOOL; | Line 176 typedef int BOOL; |
| #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) | #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) |
| #endif | #endif |
| UINT32 gettick(); | UINT32 gettick(void); |
| #define GETTICK() gettick() | #define GETTICK() gettick() |
| #define GETRAND() random() | #define GETRAND() random() |
| #define SPRINTF sprintf | #define SPRINTF sprintf |
| Line 228 void toolkit_msgbox(const char *title, c | Line 228 void toolkit_msgbox(const char *title, c |
| #undef SUPPORT_SCSI | #undef SUPPORT_SCSI |
| #undef SUPPORT_IDEIO | #undef SUPPORT_IDEIO |
| #if USE_GTK > 0 | #if USE_GTK > 0 || USE_GTK2 > 0 |
| #define SUPPORT_S98 | #define SUPPORT_S98 |
| #define SUPPORT_KEYDISP | #define SUPPORT_KEYDISP |
| #define SUPPORT_SOFTKBD 0 | #define SUPPORT_SOFTKBD 0 |