diff options
Diffstat (limited to 'include/m_modernopt.h')
-rw-r--r-- | include/m_modernopt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_modernopt.h b/include/m_modernopt.h index af1d13aede..be61d89e61 100644 --- a/include/m_modernopt.h +++ b/include/m_modernopt.h @@ -77,9 +77,9 @@ struct MODERNOPTOBJECT HICON hIcon;
union {
- TCHAR *lptzSubsection;
+ wchar_t *lptzSubsection;
char *lpzSubsection;
- WCHAR *lpwzSubsection;
+ wchar_t *lpwzSubsection;
};
// Generic dialog page
|