* include/winnt.h: Add missing FILE_NAMED_STREAMS define.

This commit is contained in:
Corinna Vinschen
2000-11-22 21:27:36 +00:00
parent 73dea7905c
commit 65e0f5ebc2
2 changed files with 5 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ typedef BYTE BOOLEAN,*PBOOLEAN;
#define FILE_VOLUME_IS_COMPRESSED 0x8000
#define FILE_SUPPORTS_OBJECT_IDS 0x10000
#define FILE_SUPPORTS_ENCRYPTION 0x20000
#define FILE_NAMED_STREAMS 0x40000
#define IO_COMPLETION_MODIFY_STATE 2
#define IO_COMPLETION_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|3)
#define DUPLICATE_CLOSE_SOURCE 1