Commit c1208903 authored by Kevin Puetz's avatar Kevin Puetz Committed by Alexandre Julliard

tchar.h: Allow using header without msvcrt.

It's useful for _T macro and TCHAR typedef. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 858f9ac0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment