ChangeSet ID: 1032550869800421162814931 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/20 14:41:09
Modified files: dlls/shlwapi : ordinal.c path.c regstream.c shlwapi.spec string.c thread.c url.c include : shlwapi.h
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Reorganise/minor tidyup of ordinal functions. Implement StrCmpLogicalW,StrFormatByteSizeA/W,StrFormatByteSize64A, SHCreateStreamWrapper. Fix some output .spec parameters from str to ptr. Fix definition of StrFormatByteSize functions.
Patch: http://cvs.winehq.com/patch.py?id=1032550869800421162814931
Old revision New revision Changes Path 1.54 1.55 +11 -239 wine/dlls/shlwapi/ordinal.c 1.23 1.24 +80 -84 wine/dlls/shlwapi/path.c 1.7 1.8 +40 -0 wine/dlls/shlwapi/regstream.c 1.59 1.60 +7 -6 wine/dlls/shlwapi/shlwapi.spec 1.27 1.28 +210 -34 wine/dlls/shlwapi/string.c 1.3 1.4 +14 -2 wine/dlls/shlwapi/thread.c 1.18 1.19 +229 -1 wine/dlls/shlwapi/url.c 1.30 1.31 +11 -2 wine/include/shlwapi.h