]> git.saurik.com Git - wxWidgets.git/commitdiff
Hack compilation using the latest MinGW release.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 4 Oct 2013 09:39:56 +0000 (02:39 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 4 Oct 2013 09:39:56 +0000 (02:39 -0700)
src/msw/textentry.cpp

index 3577581ce22569fc62b6c78074da647f838d3d81..180ad1a40ef53563e1d97d979f502eaac4b249b6 100644 (file)
@@ -57,7 +57,7 @@
 
 #if defined(__MINGW32__) || defined (__WATCOMC__) || defined(__CYGWIN__)
     // needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST
 
 #if defined(__MINGW32__) || defined (__WATCOMC__) || defined(__CYGWIN__)
     // needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST
-    #include <shlguid.h>
+    //#include <shlguid.h>
 
     #ifndef ACO_AUTOAPPEND
         #define ACO_AUTOAPPEND 0x02
 
     #ifndef ACO_AUTOAPPEND
         #define ACO_AUTOAPPEND 0x02