From e81c4608087a748ad797f373d1856559613e627a Mon Sep 17 00:00:00 2001 From: Catalin Date: Sun, 5 Mar 2017 15:49:14 +0200 Subject: [PATCH] Keep defining ACDD_VISIBLE because shobjidl.h header is not included since it is missing from MinGW and Cygwin. --- src/msw/textentry.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/msw/textentry.cpp b/src/msw/textentry.cpp index 0a379aedf2..3acadace87 100644 --- a/src/msw/textentry.cpp +++ b/src/msw/textentry.cpp @@ -92,6 +92,10 @@ DEFINE_GUID(wxIID_IAutoCompleteDropDown, DEFINE_GUID(wxCLSID_AutoComplete, 0x00bb2763, 0x6a77, 0x11d0, 0xa5, 0x35, 0x00, 0xc0, 0x4f, 0xd7, 0xd0, 0x62); +#ifndef ACDD_VISIBLE + #define ACDD_VISIBLE 0x0001 +#endif + // Small helper class which can be used to ensure thread safety even when // wxUSE_THREADS==0 (and hence wxCriticalSection does nothing). class CSLock