https://git.reactos.org/?p=reactos.git;a=commitdiff;h=941dfd2dee382e709f76890a9c41d7cbd8b71f89

commit 941dfd2dee382e709f76890a9c41d7cbd8b71f89
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Sat May 8 21:08:34 2021 +0900
Commit:     GitHub <[email protected]>
CommitDate: Sat May 8 21:08:34 2021 +0900

    [INCLUDE][XDK] Add FILE_ATTRIBUTE_VIRTUAL macro into winnt_old.h (#3649)
    
    PR #3642 needs it. CORE-17443
---
 sdk/include/xdk/winnt_old.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/include/xdk/winnt_old.h b/sdk/include/xdk/winnt_old.h
index 75e86392711..ab28be40902 100644
--- a/sdk/include/xdk/winnt_old.h
+++ b/sdk/include/xdk/winnt_old.h
@@ -212,6 +212,7 @@
 #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_VALID_FLAGS        0x00007fb7
 #define FILE_ATTRIBUTE_VALID_SET_FLAGS        0x000031a7
 

Reply via email to