include: Add some missing FILE_FLAG_xxx definitions.

oldstable
Dmitry Timoshkov 2012-04-18 16:29:35 +09:00 committed by Alexandre Julliard
parent 64cf2db9a6
commit 492732aa32
1 changed files with 3 additions and 0 deletions

View File

@ -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