* 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

@ -1,3 +1,7 @@
Mon Oct 9 11:49:00 2000 Corinna Vinschen <corinna@vinschen.de>
* include/winnt.h: Add missing FILE_NAMED_STREAMS define.
2000-11-06 Earnie Boyd <earnie_boyd@yahoo.com>
* Makefile.in: increment VERSION.

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