Commit 221b23bf authored by Hadrien Boizard's avatar Hadrien Boizard Committed by Alexandre Julliard

include: Add missing FILE_ATTRIBUTE flags.

parent d8641197
......@@ -4823,6 +4823,10 @@ typedef struct _QUOTA_LIMITS_EX {
#define FILE_ATTRIBUTE_OFFLINE 0x00001000
#define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
#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 */
#define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment