Skip to content
Snippets Groups Projects
Commit c1208903 authored by Kevin Puetz's avatar Kevin Puetz Committed by Alexandre Julliard
Browse files

tchar.h: Allow using header without msvcrt.


It's useful for _T macro and TCHAR typedef.

Signed-off-by: default avatarJacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 858f9ac0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment