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>
This commit is contained in:
parent
858f9ac0d5
commit
c120890396
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue