ChangeSet ID: 8870 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/26 15:32:43
Modified files: include : shlobj.h dlls/shell32 : shell32_main.h pidl.h pidl.c dataobject.c clipboard.c
Log message: Martin Fuchs martin-fuchs@gmx.net Fixed Ansi version of RenderFILENAME and implement a Unicode version. Implemented CFSTR_FILENAME with Unicode filename.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8870
Old revision New revision Changes Path 1.66 1.67 +2 -0 wine/include/shlobj.h 1.65 1.66 +2 -1 wine/dlls/shell32/shell32_main.h 1.28 1.29 +1 -0 wine/dlls/shell32/pidl.h 1.85 1.86 +23 -0 wine/dlls/shell32/pidl.c 1.37 1.38 +14 -6 wine/dlls/shell32/dataobject.c 1.14 1.15 +28 -2 wine/dlls/shell32/clipboard.c