Keep defining ACDD_VISIBLE because shobjidl.h header is not included since it is missing from MinGW and Cygwin.
This commit is contained in:
parent
f6b1a6bc16
commit
e81c460808
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user