Prompt to overwrite in Windows Save As dialog
commit62077c626c10116bde050d50cb4aef0e167f5eee
authorAdam Coyne <github@mail2.coyne.nu>
Fri, 22 Feb 2013 05:49:46 +0000 (21 23:49 -0600)
committerAdam Coyne <github@mail2.coyne.nu>
Fri, 22 Feb 2013 05:49:46 +0000 (21 23:49 -0600)
treead35a6a12e9cf2023e441cf2c3c94c48a783731e
parentd577c57e7841f5fef780e114e3fba68ea6808830
Prompt to overwrite in Windows Save As dialog

Add OFN_OVERWRITEPROMPT so the dialog will prompt before overwriting an existing file.
Remove the OFN_FILEMUSTEXIST flag, which works only with Open dialogs.
src/win32.c