Skip to content

Commit

Permalink
[CRT] Fix "wcsat_s" typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
HBelusca committed Nov 11, 2023
1 parent 83e1193 commit ee11747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/include/crt/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ extern "C" {
_In_z_ const wchar_t *_Str);

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

0 comments on commit ee11747

Please sign in to comment.