http://bugs.winehq.org/show_bug.cgi?id=16948
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #14 from Piotr Caban piotr.caban@gmail.com 2012-10-16 10:39:48 CDT --- tmpfile fails when root directory is read-only on windows unless VirtualStore is enabled.
What was tested: - tmpfile on read-only file system - tmpfile fails - tmpfile on c: drive (user without privileges to write directly to c:\ directory), the file was created in VirtualStore, function has succeeded
I've sent a patch that fixes attached test when tmpfile succeeds (http://source.winehq.org/patches/data/91032).