From 369053daf6e959caa6fc496651f3cf2280e08b30 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 27 Sep 2003 03:58:02 +0000 Subject: Only supporting MINGW version 3.1. --- win32/ScintillaWin.cxx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 0d1993462..154c95192 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -60,25 +60,6 @@ #define UNICODE_NOCHAR 0xFFFF #endif -// These undefinitions are required to work around differences between different versions -// of the mingw headers, some of which define these twice, in both winuser.h and imm.h. -#ifdef __MINGW_H -#if __MINGW32_MAJOR_VERSION == 1 -#undef WM_IME_STARTCOMPOSITION -#undef WM_IME_ENDCOMPOSITION -#undef WM_IME_COMPOSITION -#undef WM_IME_KEYLAST -#undef WM_IME_SETCONTEXT -#undef WM_IME_NOTIFY -#undef WM_IME_CONTROL -#undef WM_IME_COMPOSITIONFULL -#undef WM_IME_SELECT -#undef WM_IME_CHAR -#undef WM_IME_KEYDOWN -#undef WM_IME_KEYUP -#endif -#endif - #ifndef WM_IME_STARTCOMPOSITION #include #endif -- cgit v1.2.3