- Do not modify pointers in the OPENFILENAME structure passed to
authorMike McCormack <mikem@codeweavers.com>
Fri, 16 Aug 2002 23:26:22 +0000 (23:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Aug 2002 23:26:22 +0000 (23:26 +0000)
commit9e4c409b7ca4d71ec13c5793c926d85a156c60d8
treec994aa22ee3627c61de880039038f918114e112c
parentd376e64c359ac99bff0be3b311deb7a7dda27b24
- 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).
dlls/commdlg/cdlg.h
dlls/commdlg/cdlg32.c
dlls/commdlg/filedlg95.c
dlls/commdlg/filedlgbrowser.h