ChangeSet ID: 10295403820720557918111844 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/16 18:26:22
Modified files: dlls/commdlg : cdlg.h cdlg32.c filedlg95.c filedlgbrowser.h
Log message: Mike McCormack mikem@codeweavers.com - Do not modify pointers in the OPENFILENAME structure passed to GetFileDialog95A/W. - Use Unicode as default for strings from the OPENFILENAME structures. - Fill out the OPENFILENAME structure before sending the FILEOK notification. - Send a CDN_FOLDERCHANGE notification on OPENFILENAME dialog init. - Fix miscalculation of the size of Explorer style file dialog boxes with templates. - Remove redundant MapHModuleLS and MapHModuleSL calls that also cause hInstance to be trashed when it holds a template pointer instead of a real hInstance (when OFN_ENABLETEMPLATEPOINTER is specified).
Patch: http://cvs.winehq.com/patch.py?id=10295403820720557918111844
Revision Changes Path 1.21 +1 -1 wine/dlls/commdlg/cdlg.h 1.23 +9 -0 wine/dlls/commdlg/cdlg32.c 1.79 +426 -389 wine/dlls/commdlg/filedlg95.c 1.13 +8 -2 wine/dlls/commdlg/filedlgbrowser.h