update for HEAD-2003050101
[reactos.git] / include / tchar.h
index 922f7f5..fbc98c7 100644 (file)
@@ -52,8 +52,8 @@
 #ifndef _TCHAR_DEFINED
 #ifndef RC_INVOKED
 typedef wchar_t _TCHAR;
-typedef signed wchar_t _TSCHAR;
-typedef unsigned wchar_t _TUCHAR;
+typedef wchar_t _TSCHAR;
+typedef wchar_t _TUCHAR;
 typedef wchar_t _TXCHAR;
 /* #if !__STDC__ */
 typedef wchar_t TCHAR;