From 9d15c72a6074f53aab5a7dd17a774f331c094155 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Apr 2001 15:37:24 +0000 Subject: [PATCH] mingw32 compilation fix This is partial cherry-pick of 068cfb66c2b70171633956f36e5957d8981fc36d from the main repository. --- jmorecfg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jmorecfg.h b/jmorecfg.h index 1de9b7d..d26f1c0 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -157,6 +157,9 @@ typedef short INT16; #if defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || defined( __CYGWIN__ ) #include +#else +#undef wxCHECK_W32API_VERSION +#define wxCHECK_W32API_VERSION(maj, min) (0) #endif /* INT32 must hold at least signed 32-bit values. */