wxUxThemeEngine::Get()->DrawThemeBackground
(
hTheme,
- dc.GetHDC(),
+ (HDC) dc.GetHDC(),
CP_DROPDOWNBUTTON,
state,
&r,
wxUxThemeEngine::Get()->DrawThemeBackground
(
- (WXHTHEME)hTheme,
- dc.GetHDC(),
+ hTheme,
+ (HDC) dc.GetHDC(),
29, // WP_DIALOG: dlg background
0, // no particular state
&rect,