--- np2/x11/compiler.h 2003/11/16 16:43:45 1.2 +++ np2/x11/compiler.h 2003/11/28 16:29:57 1.5 @@ -47,6 +47,8 @@ #include #define X11 +#define OSLANG_EUC +#define OSLINEBREAK_LF typedef signed char CHAR; typedef signed short SHORT; @@ -132,20 +134,22 @@ UINT32 gettick(); #define MEMOPTIMIZE 1 +#define SUPPORT_EUC + #define SUPPORT_8BPP #define SUPPORT_24BPP #define SUPPORT_16BPP #define SUPPORT_32BPP #define SUPPORT_NORMALDISP +#if defined(USE_GTK) +#define SUPPORT_KEYDISP +#endif + /* * You could specify a complete path, e.g. "/etc/timidity.cfg", and * then specify the library directory in the configuration file. */ -#ifndef TIMIDITY_CFGFILE_PATH -#define TIMIDITY_CFGFILE_PATH "timidity.cfg" -#endif - extern char timidity_cfgfile_path[MAX_PATH]; #define TIMIDITY_CFGFILE timidity_cfgfile_path