wine/dlls/commdlg cdlg.h cdlg32.c filedlg95.c ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 16 18:26:22 CDT 2002


ChangeSet ID:	10295403820720557918111844
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list