]> git.lyx.org Git - features.git/commit
When using CREATE_NEW, CreateFile fails if the file already exists.
authorEnrico Forestieri <forenr@lyx.org>
Tue, 23 Feb 2010 16:22:27 +0000 (16:22 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 23 Feb 2010 16:22:27 +0000 (16:22 +0000)
commitab77356a6a756e9c94044c3074c5d693bb2af4c6
tree73b2513c23601764b1565248925aa9057d53dec7
parenta9d094bcce51a85704d1af39e99117f40999cad6
When using CREATE_NEW, CreateFile fails if the file already exists.
I intended that, but was forgetting to account for it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33545 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/os_win32.cpp