ChangeSet ID: 15923 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/03 13:39:26
Modified files: dlls/commdlg : filedlg31.h filedlg31.c filedlg16.c filedlg.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Make GetOpenFileNameW with an old style open file dialog work with the original OPENFILENAMEW structure, making sure that all changes are passed back to the caller.
Patch: http://cvs.winehq.org/patch.py?id=15923
Old revision New revision Changes Path 1.1 1.2 +2 -1 wine/dlls/commdlg/filedlg31.h 1.4 1.5 +22 -22 wine/dlls/commdlg/filedlg31.c 1.14 1.15 +4 -4 wine/dlls/commdlg/filedlg16.c 1.95 1.96 +31 -15 wine/dlls/commdlg/filedlg.c