summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r--winsup/w32api/include/winnt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 49a3c82e8..1ff59986b 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -75,8 +75,10 @@ typedef CONST CHAR *LPCCH,*PCSTR,*LPCSTR;
* used to differentiate standard C runtime calls.
*/
typedef WCHAR TCHAR;
+typedef WCHAR _TCHAR;
#else
typedef CHAR TCHAR;
+typedef CHAR _TCHAR;
#endif
#endif
typedef TCHAR TBYTE,*PTCH,*PTBYTE;