Module: wine Branch: master Commit: 94bef59bb2c363d570c4e33aa13e44a93abc5c16 URL: http://source.winehq.org/git/wine.git/?a=commit;h=94bef59bb2c363d570c4e33aa1...
Author: Alexandre Goujon ale.goujon@gmail.com Date: Sun Aug 28 13:05:01 2011 +0200
include: Add more GetVolumeInformation system flags.
---
include/winnt.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index 5c58656..8ff6a7f 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -4779,6 +4779,9 @@ typedef struct _QUOTA_LIMITS_EX { #define FILE_UNICODE_ON_DISK 0x00000004 #define FILE_PERSISTENT_ACLS 0x00000008 #define FILE_FILE_COMPRESSION 0x00000010 +#define FILE_VOLUME_QUOTAS 0x00000020 +#define FILE_SUPPORTS_SPARSE_FILES 0x00000040 +#define FILE_SUPPORTS_REPARSE_POINTS 0x00000080 #define FILE_VOLUME_IS_COMPRESSED 0x00008000 #define FILE_SUPPORTS_OBJECT_IDS 0x00010000 #define FILE_SUPPORTS_ENCRYPTION 0x00020000