mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:06:17 +00:00
[CRT] Fix "wcsat_s" typo...
This commit is contained in:
parent
83e1193fb2
commit
ee11747527
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
@ -948,7 +948,7 @@ extern "C" {
|
|||
_CRTIMP
|
||||
errno_t
|
||||
__cdecl
|
||||
wcsat_s(
|
||||
wcscat_s(
|
||||
wchar_t *Dest,
|
||||
size_t SizeInWords,
|
||||
const wchar_t *_Source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue