Move our own CFM_BACKCOLOR definition to src/msw/textctrl.cpp

It is only needed/used in this source file, no need to have it in the global
header.
This commit is contained in:
Vadim Zeitlin
2016-05-06 18:54:40 +02:00
parent fab6d0e757
commit 8677b7eb0a
2 changed files with 4 additions and 4 deletions

View File

@@ -72,6 +72,10 @@
#include "wx/msw/missing.h"
#ifndef CFM_BACKCOLOR
#define CFM_BACKCOLOR 0x04000000
#endif
#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
// dummy value used for m_dropTarget, different from any valid pointer value