include: Add some missing FILE_FLAG_xxx definitions.
This commit is contained in:
parent
64cf2db9a6
commit
492732aa32
|
@ -707,6 +707,9 @@ typedef struct _TIME_ZONE_INFORMATION{
|
|||
#define FILE_FLAG_BACKUP_SEMANTICS 0x02000000
|
||||
#define FILE_FLAG_POSIX_SEMANTICS 0x01000000
|
||||
#define FILE_FLAG_OPEN_REPARSE_POINT 0x00200000
|
||||
#define FILE_FLAG_OPEN_NO_RECALL 0x00100000
|
||||
#define FILE_FLAG_FIRST_PIPE_INSTANCE 0x00080000
|
||||
|
||||
#define CREATE_NEW 1
|
||||
#define CREATE_ALWAYS 2
|
||||
#define OPEN_EXISTING 3
|
||||
|
|
Loading…
Reference in New Issue