mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[CRT] Fix c++ overload
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user