http://bugs.winehq.org/show_bug.cgi?id=11030
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2009-06-05 09:03:54 --- (In reply to comment #9)
Move code from NtCreateFile() to internal (non exported) function or just rename it and create another wrapper with original exported name. Have NtOpenFile() and NtCreateFile() call this internal function.
Move code from NtQueryFullAttributesFile() to internal (non exported) function or just rename it and create another wrapper with original exported name. Have NtQueryAttributesFile() and NtQueryFullAttributesFile() call this internal function.
Both case use internal helper now:
http://source.winehq.org/git/wine.git?a=commit;h=1880a786d131126220f9784d033... http://source.winehq.org/git/wine.git?a=commit;h=e11c2496c5d40c93f5c7f67bf00...
So it's needed to retest.