tchar.h: Allow using header without msvcrt.

It's useful for _T macro and TCHAR typedef.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Kevin Puetz 2020-02-13 11:35:50 +01:00 committed by Alexandre Julliard
parent 858f9ac0d5
commit c120890396
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@
#error Wine should not include tchar.h internally
#endif
#if !defined(__MSVCRT__) && (defined(_UNICODE) || defined(_MBCS))
#error You must use msvcrt when building in Unicode/MBCS mode [-mno-cygwin]
#endif
#ifdef __cplusplus
extern "C" {
#endif