winedos: Open files with write access on read only media.
authorRein Klazes <wijn@wanadoo.nl>
Tue, 10 Jan 2006 11:12:46 +0000 (12:12 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Jan 2006 11:12:46 +0000 (12:12 +0100)
commit43694d95824d51ea6f4475958e4553450ff2705c
tree4aa93e35018f670ce6b84e22bec10f65a018e756
parentd82af6f7115b326a75451cbf2de171846d838739
winedos: Open files with write access on read only media.
If the CreateFile in INT21_CreateFile fails with ERROR_WRITE_PROTECT,
retry without write access.
dlls/winedos/int21.c