[CRT] Declare strlen & wcslen as _CRTIMP

This commit is contained in:
Jérôme Gardou 2021-02-02 17:59:42 +01:00 committed by Jérôme Gardou
parent 49286a6225
commit 97d4cb6ee0
2 changed files with 2 additions and 0 deletions

View file

@ -150,6 +150,7 @@ extern "C" {
_In_z_ const char *_Str1,
_In_z_ const char *_Str2);
_CRTIMP
size_t
__cdecl
strlen(

View file

@ -1929,6 +1929,7 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
_In_z_ const wchar_t *_Str,
_In_z_ const wchar_t *_Control);
_CRTIMP
size_t
__cdecl
wcslen(