[Bug 9353] CreateFile with OPEN_ALWAYS on an existing directory sets wrong error code

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 17 19:00:35 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9353





--- Comment #5 from Dennis Schridde <lindevel at gmx.net>  2007-08-17 19:00:35 ---
I just confirmed (on WinXPSP2 in a VBox): On Windows XP OPEN_ALWAYS seems to
work as well (opposing to the info I initially got from someone else on IRC).

The testcase currently uses testdir in the "current directory", which,
according to MSDN, is not supported. It should instead specify an absolute
path, eg. "C:\\testdir".
This doesn't change anything, neither on the Wine side (where it still does not
work) nor on the Windows side (where it still works).
(With OPEN_EXISTING and absolute paths, it also still works on both sides.)


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list