| version 1.21, 2004/06/17 14:36:33 | version 1.23, 2004/07/14 16:01:40 | 
| Line 47 | Line 47 | 
 | #else   /* USE_NETBSDAUDIO || USE_OSSAUDIO || USE_ESDAUDIO || USE_SDLAUDIO || USE_SDLMIXER */ | #else   /* USE_NETBSDAUDIO || USE_OSSAUDIO || USE_ESDAUDIO || USE_SDLAUDIO || USE_SDLMIXER */ | 
 | #undef  NOSOUND | #undef  NOSOUND | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 |  | #if defined(USE_NETBSDAUDIO) || defined(USE_OSSAUDIO) || defined(USE_ESDAUDIO) | 
 |  | #include <pthread.h> | 
 |  | #endif  /* USE_NETBSDAUDIO || USE_OSSAUDIO || USE_ESDAUDIO */ | 
 | #endif  /* !USE_NETBSDAUDIO && !USE_OSSAUDIO && !USE_ESDAUDIO && !USE_SDLAUDIO && !USE_SDMIXER */ | #endif  /* !USE_NETBSDAUDIO && !USE_OSSAUDIO && !USE_ESDAUDIO && !USE_SDLAUDIO && !USE_SDMIXER */ | 
 |  |  | 
 | #include <sys/param.h> | #include <sys/param.h> | 
| Line 173  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 225  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 |