Define CFE_AUTOBACKCOLOR ourselves if necessary

Older MinGW cross-compiler versions don't have this symbol in their headers.
This commit is contained in:
Vadim Zeitlin
2016-05-06 18:55:41 +02:00
parent 8677b7eb0a
commit e85b8f1a4b

View File

@@ -76,6 +76,10 @@
#define CFM_BACKCOLOR 0x04000000
#endif
#ifndef CFE_AUTOBACKCOLOR
#define CFE_AUTOBACKCOLOR 0x04000000
#endif
#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
// dummy value used for m_dropTarget, different from any valid pointer value