X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Ftchar.h;fp=include%2Ftchar.h;h=fbc98c75c6fb8bb1a9a2052575886d8e6225c9d8;hp=922f7f5a27f16b8e33722b864b543d679a183094;hb=7c0db166f81fbe8c8b913d7f26048e337d383605;hpb=e3ed2d773259cc445c7ff8181ebd934931365328 diff --git a/include/tchar.h b/include/tchar.h index 922f7f5..fbc98c7 100644 --- a/include/tchar.h +++ b/include/tchar.h @@ -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;