http://bugs.winehq.org/show_bug.cgi?id=7102
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2009-01-12 20:25:37 --- (In reply to comment #2)
I've just checked all internal flow in GetFileAttributes with testing return values on WinXP. All internally used calls seem to set error codes properly (error mapping succeeded too). Maybe it's better here to manually map this
STATUS_OBJECT_NAME_INVALID came from NtQueryAttributesFile to ERROR_PATH_NOT_FOUND. It's a solution #2 from comment #2
I'll post a patch for all these tests and a GetFileAttributes if I'll have time.