[CRT] Fix "wcsat_s" typo...

This commit is contained in:
Hermès Bélusca-Maïto 2023-11-11 21:27:59 +01:00
parent 83e1193fb2
commit ee11747527
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -622,7 +622,7 @@ extern "C" {
_In_z_ const wchar_t *_Str); _In_z_ const wchar_t *_Str);
_CRTIMP _CRTIMP
_CRT_INSECURE_DEPRECATE(wcsat_s) _CRT_INSECURE_DEPRECATE(wcscat_s)
wchar_t* wchar_t*
__cdecl __cdecl
wcscat( wcscat(
@ -948,7 +948,7 @@ extern "C" {
_CRTIMP _CRTIMP
errno_t errno_t
__cdecl __cdecl
wcsat_s( wcscat_s(
wchar_t *Dest, wchar_t *Dest,
size_t SizeInWords, size_t SizeInWords,
const wchar_t *_Source); const wchar_t *_Source);