Hi,
as I have no Windows machine and cannot test this: I'm in need for someone who can build a small exe that gives further hints to my observations in bug #9575. The following is needed:
call CreateFileW( 'testfile.txt', ..., dwShareMode = 0, ...) call CreateFileW( 'testfile.txt', ..., dwShareMode = 0, ...)
Return the result of second call. I expect it to be a valid handle on Windows whereas Wine will return an invalid handle.
Thanks in advance.
Markus
Markus Stockhausen wrote:
Hi,
as I have no Windows machine and cannot test this: I'm in need for someone who can build a small exe that gives further hints to my observations in bug #9575. The following is needed:
call CreateFileW( 'testfile.txt', ..., dwShareMode = 0, ...) call CreateFileW( 'testfile.txt', ..., dwShareMode = 0, ...)
Return the result of second call. I expect it to be a valid handle on Windows whereas Wine will return an invalid handle.
Thanks in advance.
Markus
Hi, Markus.
First thanks for spending time on this. Please reply with diff to current git adding this test - I'll make a usual crossbuild to run it on XP (you'll need this test anyway to try with Wine...).