From 81b230dc80a511b7f232b6c5980373c8a09b7ed5 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 18 May 2024 14:39:19 +0300 Subject: [PATCH] [CRT] Fix c++ overload --- sdk/include/crt/stdio.h | 2 +- sdk/include/crt/wchar.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/include/crt/stdio.h b/sdk/include/crt/stdio.h index f740a22ea40..31fa203084e 100644 --- a/sdk/include/crt/stdio.h +++ b/sdk/include/crt/stdio.h @@ -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 diff --git a/sdk/include/crt/wchar.h b/sdk/include/crt/wchar.h index b4930959ce6..bdb985322b4 100644 --- a/sdk/include/crt/wchar.h +++ b/sdk/include/crt/wchar.h @@ -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