Commit 1cb98aa2 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

winbase.h: Define FILE_FLAG_OPEN_REPARSE_POINT.

parent c7e7f36e
......@@ -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
......
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