Define ACO_AUTOAPPEND for MinGW/Cygwin.

Apparently this symbol is not defined in MinGW headers neither, so do it
ourselves as well.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-04-21 23:43:27 +00:00
parent c621269778
commit 0f0c5856e0

View File

@@ -59,6 +59,10 @@
#if defined(__MINGW32__) || defined (__WATCOMC__) || defined(__CYGWIN__) #if defined(__MINGW32__) || defined (__WATCOMC__) || defined(__CYGWIN__)
// needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST // needed for IID_IAutoComplete, IID_IAutoComplete2 and ACO_AUTOSUGGEST
#include <shlguid.h> #include <shlguid.h>
#ifndef ACO_AUTOAPPEND
#define ACO_AUTOAPPEND 0x02
#endif
#endif #endif
#ifndef ACO_UPDOWNKEYDROPSLIST #ifndef ACO_UPDOWNKEYDROPSLIST