From: Jay Freeman (saurik) Date: Fri, 4 Oct 2013 09:39:56 +0000 (-0700) Subject: Hack compilation using the latest MinGW release. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f2f0e641109bf54db3e630e1570c74c153e57044 Hack compilation using the latest MinGW release. --- 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