CVS: winex/include winnt.h,1.36,1.37
[email protected] 31 Jul 2007 19:46:40 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include winnt.h,1.36,1.37Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv371/include Modified Files: winnt.h Log Message: - support new XP flag FILE_READ_ONLY_VOLUME in GetVolumeInformation Index: winnt.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/winnt.h,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- winnt.h 31 Jul 2007 18:07:18 -0000 1.36 +++ winnt.h 31 Jul 2007 19:46:38 -0000 1.37 @@ -4155,7 +4155,15 @@ #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_SUPPORTS_REMOTE_STORAGE 0x00000100 #define FILE_VOLUME_IS_COMPRESSED 0x00008000 +#define FILE_SUPPORTS_OBJECT_IDS 0x00010000 +#define FILE_SUPPORTS_ENCRYPTION 0x00020000 +#define FILE_NAMED_STREAMS 0x00040000 +#define FILE_READ_ONLY_VOLUME 0x00080000 /* File alignments (NT) */ #define FILE_BYTE_ALIGNMENT 0x00000000