[CRT] Explicitly mark strncpy and wcsncpy as __cdecl.

svn path=/trunk/; revision=65616
This commit is contained in:
Amine Khaldi
2014-12-12 13:20:14 +00:00
parent 395dc9ef1f
commit db0d247c82
+2
View File
@@ -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,