--- mingw-w64-headers/crt/tchar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/mingw-w64-headers/crt/tchar.h b/mingw-w64-headers/crt/tchar.h index e8ad587ff8bb..6022f551c058 100644 --- a/mingw-w64-headers/crt/tchar.h +++ b/mingw-w64-headers/crt/tchar.h @@ -493,7 +493,7 @@ extern "C" { #endif /* __CYGWIN__ */ -#else +#else /* _UNICODE */ #ifdef __cplusplus } @@ -1009,7 +1009,7 @@ extern "C" { #endif /* __CYGWIN__ */ -#else +#else /* _MBCS */ #ifndef __TCHAR_DEFINED #define __TCHAR_DEFINED @@ -1168,9 +1168,9 @@ extern "C" { #define _strnset_l(_Destination,_Value,_Count,_Locale) (_strnset(_Destination,_Value,_Count)) #define _strset_l(_Destination,_Value,_Locale) (_strset(_Destination,_Value)) #endif -#endif +#endif /* _MBCS */ -#endif /* __CYGWIN__ */ +#endif /* _UNICODE */ #define _T(x) __T(x) #define _TEXT(x) __T(x) -- 2.20.1 _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public