mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[CRT] Declare strlen & wcslen as _CRTIMP
This commit is contained in:
committed by
Jérôme Gardou
parent
49286a6225
commit
97d4cb6ee0
@@ -150,6 +150,7 @@ extern "C" {
|
||||
_In_z_ const char *_Str1,
|
||||
_In_z_ const char *_Str2);
|
||||
|
||||
_CRTIMP
|
||||
size_t
|
||||
__cdecl
|
||||
strlen(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user