diff options
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #include <stdexcept> #include <windows.h> -TCHAR *TszFromSz(const char *, int); +std::basic_string<TCHAR> TsmFromSz(const char *, int); struct Win32Error : public std::exception { Win32Error(DWORD); |