ChangeSet ID: 1021575528602765609351085 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/16 13:58:48
Modified files: dlls/comctl32 : comctl32undoc.c ipaddress.c updown.c dlls/ntdll : ntdll.spec string.c wcstring.c dlls/oleaut32 : Makefile.in typelib.c dlls/setupapi : install.c parser.c include : ntddk.h include/wine : unicode.h unicode : string.c
Log message: Implemented strtolW/strtoulW in libwine_unicode and used it to replace wcstol and friends.
Patch: http://cvs.winehq.com/patch.py?id=1021575528602765609351085
Revision Changes Path 1.63 +1 -3 wine/dlls/comctl32/comctl32undoc.c 1.23 +3 -2 wine/dlls/comctl32/ipaddress.c 1.39 +2 -1 wine/dlls/comctl32/updown.c 1.63 +3 -3 wine/dlls/ntdll/ntdll.spec 1.6 +1 -1 wine/dlls/ntdll/string.c 1.15 +8 -42 wine/dlls/ntdll/wcstring.c 1.34 +1 -1 wine/dlls/oleaut32/Makefile.in 1.67 +1 -2 wine/dlls/oleaut32/typelib.c 1.2 +1 -1 wine/dlls/setupapi/install.c 1.3 +1 -1 wine/dlls/setupapi/parser.c 1.42 +0 -1 wine/include/ntddk.h 1.14 +15 -3 wine/include/wine/unicode.h 1.3 +236 -0 wine/unicode/string.c