winbase.h: Define FILE_FLAG_OPEN_REPARSE_POINT.
This commit is contained in:
parent
c7e7f36e77
commit
1cb98aa25d
|
@ -664,6 +664,7 @@ typedef struct _TIME_ZONE_INFORMATION{
|
|||
#define FILE_FLAG_DELETE_ON_CLOSE 0x04000000L
|
||||
#define FILE_FLAG_BACKUP_SEMANTICS 0x02000000L
|
||||
#define FILE_FLAG_POSIX_SEMANTICS 0x01000000L
|
||||
#define FILE_FLAG_OPEN_REPARSE_POINT 0x00200000L
|
||||
#define CREATE_NEW 1
|
||||
#define CREATE_ALWAYS 2
|
||||
#define OPEN_EXISTING 3
|
||||
|
|
Loading…
Reference in New Issue