diff options
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index 8c5dc4fd8c..a732dda242 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -41,11 +41,11 @@ typedef struct const char *pszName; /* name to refer to hotkey when playing and in db */
union {
const char *pszDescription; /* description for options dialog */
- const TCHAR *ptszDescription;
+ const wchar_t *ptszDescription;
};
union {
const char *pszSection; /* section name used to group sounds (NULL is acceptable) */
- const TCHAR *ptszSection;
+ const wchar_t *ptszSection;
};
const char *pszService; /* Service to call when HotKey Pressed */
WORD DefHotKey; /* default hot key for action */
|