From c12089039637dec5e598ed1c41e707f057494242 Mon Sep 17 00:00:00 2001 From: Kevin Puetz Date: Thu, 13 Feb 2020 11:35:50 +0100 Subject: [PATCH] tchar.h: Allow using header without msvcrt. It's useful for _T macro and TCHAR typedef. Signed-off-by: Jacek Caban Signed-off-by: Alexandre Julliard --- include/tchar.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/tchar.h b/include/tchar.h index d5e4983756b..8de69c7466e 100644 --- a/include/tchar.h +++ b/include/tchar.h @@ -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