ChangeSet ID: 11026 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/02/09 20:22:17 Modified files: include : shlwapi.h dlls/shlwapi : string.c shlwapi.spec assoc.c Makefile.in Log message: Jon Griffiths <jon_p_griffiths(a)yahoo.com> Add some missing prototypes, fix AssocIsDangerous. Implement StrRetToBSTR, delay-import oleaut32. Patch: http://cvs.winehq.org/patch.py?id=11026 Old revision New revision Changes Path 1.42 1.43 +9 -8 wine/include/shlwapi.h 1.40 1.41 +67 -2 wine/dlls/shlwapi/string.c 1.84 1.85 +5 -4 wine/dlls/shlwapi/shlwapi.spec 1.7 1.8 +12 -3 wine/dlls/shlwapi/assoc.c 1.27 1.28 +1 -0 wine/dlls/shlwapi/Makefile.in