diff options
Diffstat (limited to 'winsup/mingw/include/tchar.h')
-rw-r--r-- | winsup/mingw/include/tchar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/include/tchar.h b/winsup/mingw/include/tchar.h index 6d67915a0..a4aee5a94 100644 --- a/winsup/mingw/include/tchar.h +++ b/winsup/mingw/include/tchar.h @@ -55,6 +55,7 @@ #ifndef _TCHAR_DEFINED #ifndef RC_INVOKED typedef wchar_t TCHAR; +typedef wchar_t _TCHAR #endif /* Not RC_INVOKED */ #define _TCHAR_DEFINED #endif @@ -209,6 +210,7 @@ typedef wchar_t TCHAR; #ifndef _TCHAR_DEFINED #ifndef RC_INVOKED typedef char TCHAR; +typedef char _TCHAR; #endif #define _TCHAR_DEFINED #endif |