diff options
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,7 +3,6 @@ #include <memory> #include <optional> -#include <stdexcept> #include <windows.h> #ifdef UNICODE @@ -12,8 +11,6 @@ #define WA "A" #endif -std::basic_string<TCHAR> TsmFromSz(const char *, int); - struct Win32Error : public std::exception { Win32Error(DWORD); |