Re: [PATCH 2/7] msvcr90: Added strnlen implementation (try2)
23 Mar
2010
23 Mar
'10
5:02 a.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
diff --git a/dlls/msvcr80/msvcr80.spec b/dlls/msvcr80/msvcr80.spec index ed283d9..cc900ca 100644 --- a/dlls/msvcr80/msvcr80.spec +++ b/dlls/msvcr80/msvcr80.spec @@ -1389,7 +1389,7 @@ @ cdecl strncmp(str str long) msvcrt.strncmp @ cdecl strncpy(ptr str long) msvcrt.strncpy @ stub strncpy_s -@ stub strnlen +@ cdecl strnlen(str long) msvcr90.strnlen @ cdecl strpbrk(str str) msvcrt.strpbrk @ cdecl strrchr(str long) msvcrt.strrchr @ cdecl strspn(str str) msvcrt.strspn
This should be added to msvcrt and forwarded to it. Same for the other functions like strtoi64 that exist in recent msvcrt. -- Alexandre Julliard julliard(a)winehq.org
5833
Age (days ago)
5833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard