ChangeSet ID: 9285 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/10 21:56:16
Modified files: dlls/shlwapi : url.c thread.c string.c shlwapi.spec regstream.c reg.c path.c ordinal.c istream.c clist.c assoc.c
Log message: Robert Shearman R.J.Shearman@warwick.ac.uk - Convert ordinals to their real names. - Partially implement a few Assoc* functions.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9285
Old revision New revision Changes Path 1.24 1.25 +12 -12 wine/dlls/shlwapi/url.c 1.13 1.14 +2 -2 wine/dlls/shlwapi/thread.c 1.36 1.37 +5 -5 wine/dlls/shlwapi/string.c 1.77 1.78 +400 -286 wine/dlls/shlwapi/shlwapi.spec 1.14 1.15 +1 -1 wine/dlls/shlwapi/regstream.c 1.40 1.41 +33 -33 wine/dlls/shlwapi/reg.c 1.36 1.37 +22 -22 wine/dlls/shlwapi/path.c 1.73 1.74 +241 -214 wine/dlls/shlwapi/ordinal.c 1.7 1.8 +3 -3 wine/dlls/shlwapi/istream.c 1.6 1.7 +19 -19 wine/dlls/shlwapi/clist.c 1.6 1.7 +61 -18 wine/dlls/shlwapi/assoc.c