The enum FILE_INFORMATION_CLASS was a bit wrong,

it seems. Using the definition from
http://win32.mvps.org/ntfs/streams.cpp instead.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@655 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2004-04-16 11:10:12 +00:00
parent cd91125060
commit fdeef97886

18
disk.h
View File

@ -111,18 +111,18 @@ typedef enum _FILE_INFORMATION_CLASS
FileMailslotQueryInformation, FileMailslotQueryInformation,
FileMailslotSetInformation, FileMailslotSetInformation,
FileCompressionInformation, FileCompressionInformation,
FileObjectIdInformation, FileCopyOnWriteInformation,
FileCompletionInformation, FileCompletionInformation,
FileMoveClusterInformation, FileMoveClusterInformation,
FileQuotaInformation, FileOleClassIdInformation,
FileReparsePointInformation, FileOleStateBitsInformation,
FileNetworkOpenInformation, FileNetworkOpenInformation,
FileAttributeTagInformation, FileObjectIdInformation,
FileTrackingInformation, FileOleAllInformation,
FileIdBothDirectoryInformation, FileOleDirectoryInformation,
FileIdFullDirectoryInformation, FileContentIndexInformation,
FileValidDataLengthInformation, FileInheritContentIndexInformation,
FileShortNameInformation, FileOleInformation,
FileMaximumInformation FileMaximumInformation
} FILE_INFORMATION_CLASS, *PFILE_INFORMATION_CLASS; } FILE_INFORMATION_CLASS, *PFILE_INFORMATION_CLASS;