diff options
Diffstat (limited to 'include/m_button_int.h')
-rw-r--r-- | include/m_button_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_button_int.h b/include/m_button_int.h index 400ebf443a..c700718774 100644 --- a/include/m_button_int.h +++ b/include/m_button_int.h @@ -42,7 +42,7 @@ struct MButtonCtrl HBITMAP hBitmap;
HTHEME hThemeButton;
HTHEME hThemeToolbar;
- TCHAR cHot;
+ wchar_t cHot;
HWND hwndToolTips;
bool bIsPushBtn, // button has two states
|