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

@@ -220,10 +220,6 @@
#define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
#endif // !defined(TB_SETDISABLEDIMAGELIST)
#ifndef CFM_BACKCOLOR
#define CFM_BACKCOLOR 0x04000000
#endif
#ifndef HANGUL_CHARSET
#define HANGUL_CHARSET 129
#endif