Wine Bug 21292 shows a problem with CreateFileA("bla/n", GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL)
All winebot systems beside WNT4WSSP6 return ERROR_INVALID_NAME 123L, while wine and NT4 happily open the file. How to proceed?
=== WNT4WSSP6 (NT4 Workstation SP6 (English, IE2)) === file.c:875: Test failed: CreateFileA failed on nonexist.ent/, hFile 000000B4, err=0, should be 123
=== W2KPROSP4 (Windows 2000 Professional SP4) === No test failures found
=== WXPPROSP3 (XP Professional SP3 (English, IE6)) === No test failures found
=== W2K3R2SESP2 (Server 2003 R2 Standard Edition SP2) === No test failures found
=== WVISTAADM (Windows Vista (English, IE7)) === No test failures found
=== W2K8SE (Server 2008 Standard Edition) === No test failures found