mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CRT] Declare strlen & wcslen as _CRTIMP
This commit is contained in:
parent
49286a6225
commit
97d4cb6ee0
2 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue