mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-01 12:35:44 +08:00
* include/winnt.h: Add missing FILE_NAMED_STREAMS define.
This commit is contained in:
parent
73dea7905c
commit
65e0f5ebc2
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user