Implemented strtolW/strtoulW in libwine_unicode and used it to replace
commit9b6f433ebbf983c52da0b35b053bc00a4b57dbe5
authorAlexandre Julliard <julliard@winehq.org>
Thu, 16 May 2002 18:58:47 +0000 (16 18:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 May 2002 18:58:47 +0000 (16 18:58 +0000)
tree5f7283692b1bc27576b1dd11db3e027cf23a13f7
parent1f18f61bfaac08f8530be211a455287eedbb269e
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
wcstol and friends.
13 files changed:
dlls/comctl32/comctl32undoc.c
dlls/comctl32/ipaddress.c
dlls/comctl32/updown.c
dlls/ntdll/ntdll.spec
dlls/ntdll/string.c
dlls/ntdll/wcstring.c
dlls/oleaut32/Makefile.in
dlls/oleaut32/typelib.c
dlls/setupapi/install.c
dlls/setupapi/parser.c
include/ntddk.h
include/wine/unicode.h
unicode/string.c