--- np2/x11/compiler.h 2004/05/22 16:35:07 1.18 +++ np2/x11/compiler.h 2004/06/16 12:50:49 1.20 @@ -136,7 +136,7 @@ typedef int BOOL; /* archtecture */ /* amd64 */ -#if defined(amd64) || defined(__AMD64__) || defined(__amd64__)) || +#if defined(amd64) || defined(__AMD64__) || defined(__amd64__) || \ defined(x86_64) || defined(__x86_64__) || defined(__X86_64__) #define NP2_CPU_ARCH_AMD64 #endif /* amd64 */ @@ -211,6 +211,7 @@ void toolkit_msgbox(const char *title, c #if USE_GTK > 0 #define SUPPORT_S98 #define SUPPORT_KEYDISP +#define SUPPORT_SOFTKBD 0 #endif #if USE_SDL > 0