21 Jul
2008
21 Jul
'08
8:25 a.m.
"Lei Zhang" <thestig(a)google.com> writes:
diff --git a/dlls/ntdll/string.c b/dlls/ntdll/string.c index ebfa6fb..6b36364 100644 --- a/dlls/ntdll/string.c +++ b/dlls/ntdll/string.c @@ -466,10 +466,31 @@ ULONG __cdecl NTDLL_strtoul( const char *nptr, char **endptr, int base )
/********************************************************************* * atoi (NTDLL.@) + * + * Same implementation as _atoi64.
If it's the same then there's no need to duplicate it, just call atoi64. Also what about atol? -- Alexandre Julliard julliard(a)winehq.org