mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Added missing test
svn path=/trunk/; revision=899
This commit is contained in:
parent
dbd051cad4
commit
a7a23b4dc3
1 changed files with 20 additions and 17 deletions
|
@ -384,7 +384,10 @@ DWORD STDCALL GetFileAttributesW(LPCWSTR lpFileName)
|
|||
OPEN_EXISTING,
|
||||
FILE_ATTRIBUTE_NORMAL,
|
||||
NULL);
|
||||
|
||||
if (hFile == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
return 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
errCode = NtQueryInformationFile(hFile,
|
||||
&IoStatusBlock,
|
||||
|
|
Loading…
Reference in a new issue