From f2f0e641109bf54db3e630e1570c74c153e57044 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 4 Oct 2013 02:39:56 -0700 Subject: [PATCH] Hack compilation using the latest MinGW release. --- src/msw/textentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/textentry.cpp b/src/msw/textentry.cpp index 3577581ce2..180ad1a40e 100644 --- a/src/msw/textentry.cpp +++ b/src/msw/textentry.cpp @@ -57,7 +57,7 @@ #if defined(__MINGW32__) || defined (__WATCOMC__) || defined(__CYGWIN__) // needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST - #include + //#include #ifndef ACO_AUTOAPPEND #define ACO_AUTOAPPEND 0x02 -- 2.45.2