mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
[CRT] Fix "wcsat_s" typo...
This commit is contained in:
parent
83e1193fb2
commit
ee11747527
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue