mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[CRT] Explicitly mark strncpy and wcsncpy as __cdecl.
svn path=/trunk/; revision=65616
This commit is contained in:
@@ -357,6 +357,7 @@ extern "C" {
|
||||
_In_opt_ _locale_t _Locale);
|
||||
|
||||
char*
|
||||
__cdecl
|
||||
strncpy(
|
||||
char *_Dest,
|
||||
const char *_Source,
|
||||
@@ -707,6 +708,7 @@ extern "C" {
|
||||
_CRTIMP
|
||||
_CRT_INSECURE_DEPRECATE(wcsncpy_s)
|
||||
wchar_t*
|
||||
__cdecl
|
||||
wcsncpy(
|
||||
wchar_t *_Dest,
|
||||
const wchar_t *_Source,
|
||||
|
||||
Reference in New Issue
Block a user