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:
@@ -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
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user