mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
include: Add missing FILE_ATTRIBUTE flags.
Signed-off-by: Hadrien Boizard <h.boizard@laposte.net> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d8641197c0
commit
221b23bf48
1 changed files with 4 additions and 0 deletions
|
@ -4823,6 +4823,10 @@ typedef struct _QUOTA_LIMITS_EX {
|
||||||
#define FILE_ATTRIBUTE_OFFLINE 0x00001000
|
#define FILE_ATTRIBUTE_OFFLINE 0x00001000
|
||||||
#define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
|
#define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
|
||||||
#define FILE_ATTRIBUTE_ENCRYPTED 0x00004000
|
#define FILE_ATTRIBUTE_ENCRYPTED 0x00004000
|
||||||
|
#define FILE_ATTRIBUTE_INTEGRITY_STREAM 0x00008000
|
||||||
|
#define FILE_ATTRIBUTE_VIRTUAL 0x00010000
|
||||||
|
#define FILE_ATTRIBUTE_NO_SCRUB_DATA 0x00020000
|
||||||
|
#define FILE_ATTRIBUTE_EA 0x00040000
|
||||||
|
|
||||||
/* File notification flags */
|
/* File notification flags */
|
||||||
#define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001
|
#define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001
|
||||||
|
|
Loading…
Reference in a new issue