http://bugs.winehq.org/show_bug.cgi?id=5099
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-11-05 23:38 ------- Bernd, by comparing my pseudo-code and your log you can see that I ignored C-string escape-mechanism in my mind. If you want to tell a backslash in C, you should put a double-backslash:
| 0009:trace:file:CreateFileW L"\\.\D:" GENERIC_READ FILE_SHARE_READ | FILE_SHARE_WRITE creation 3 attributes 0x0
So you need to correct this in your code, I am afraid. Thanks for testing WinAPI, you're quicker than me.
Cheers:) (though Vitaliy may not agree with the usefullness of testing this part)