Move UXTheme symbol definitions for Vista+ to msw/uxtheme.h

Remove various definitions and symbol declarations from
numerous files using msw/uxtheme.h to a single file.
When possible vssym32.h is included from the Windows SDK.
For older SDKs tmschema.h is included and missing symbols
are defined in msw/uxtheme.h.
This commit is contained in:
Tobias Taschner
2018-01-21 17:04:09 +01:00
parent d9306f127a
commit 2d064ea3b9
11 changed files with 140 additions and 320 deletions

View File

@@ -48,12 +48,6 @@
#ifdef __WXMSW__
#include "wx/msw/uxtheme.h"
static const int TTP_BALLOONTITLE = 4;
static const int TMT_TEXTCOLOR = 3803;
static const int TMT_GRADIENTCOLOR1 = 3810;
static const int TMT_GRADIENTCOLOR2 = 3811;
#endif
// ----------------------------------------------------------------------------