Used NtQueryFullAttributesFile instead of NtOpenFile/NtQueryInformationFile/NtClose...
authorHartmut Birr <osexpert@googlemail.com>
Sat, 24 Sep 2005 18:09:06 +0000 (18:09 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Sat, 24 Sep 2005 18:09:06 +0000 (18:09 +0000)
commit2914b8925bfa929a947129b82e9d2ddb8040f5f6
treecba620e23d23bde24cb3cfb726b6684f8bc70f32
parente6a04cca76b165e074b99cf61873782330f74bb1
Used NtQueryFullAttributesFile instead of NtOpenFile/NtQueryInformationFile/NtClose in GetFileAttributesExW (suggested by Thomas Weidenmueller).

svn path=/trunk/; revision=18029
reactos/lib/kernel32/file/file.c