[CRT] Fix c++ overload

This commit is contained in:
Timo Kreuzer
2024-05-18 14:39:19 +03:00
parent 0c23c312cb
commit 81b230dc80
2 changed files with 2 additions and 2 deletions

View File

@@ -885,7 +885,7 @@ extern _CRTIMP int _commode;
_In_z_ _Printf_format_string_ const wchar_t *_Format,
va_list _ArgList);
#if defined __cplusplus || defined _CRT_NON_CONFORMING_SWPRINTFS
#if defined _CRT_NON_CONFORMING_SWPRINTFS
_Check_return_opt_
_CRTIMP
int

View File

@@ -1074,7 +1074,7 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
_In_z_ _Printf_format_string_ const wchar_t *_Format,
va_list _ArgList);
#if defined __cplusplus || defined _CRT_NON_CONFORMING_SWPRINTFS
#if defined _CRT_NON_CONFORMING_SWPRINTFS
_CRTIMP
int
__cdecl