mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID, FILE_SUPPORTS_USN_JOURNALS): Define. Add comment. * include/ddk/ntifs.h: Ditto. (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
This commit is contained in:
parent
8171ddb73f
commit
5e2b7ea949
@ -1,3 +1,11 @@
|
||||
2009-07-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
|
||||
FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
|
||||
FILE_SUPPORTS_USN_JOURNALS): Define. Add comment.
|
||||
* include/ddk/ntifs.h: Ditto.
|
||||
(FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
|
||||
|
||||
2009-07-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
|
||||
|
@ -136,6 +136,15 @@ extern PACL SeSystemDefaultDacl;
|
||||
#define FILE_SUPPORTS_ENCRYPTION 0x00020000
|
||||
#define FILE_NAMED_STREAMS 0x00040000
|
||||
#define FILE_READ_ONLY_VOLUME 0x00080000
|
||||
#define FILE_SEQUENTIAL_WRITE_ONCE 0x00100000
|
||||
#define FILE_SUPPORTS_TRANSACTIONS 0x00200000
|
||||
/* Note: These flags only have a meaning starting with Windows 7/2008 R2.
|
||||
Their absence on older OSes does NOT mean that a filesystem is missing
|
||||
that property. */
|
||||
#define FILE_SUPPORTS_HARD_LINKS 0x00400000
|
||||
#define FILE_SUPPORTS_EXTENDED_ATTRIBUTES 0x00800000
|
||||
#define FILE_SUPPORTS_OPEN_BY_FILE_ID 0x01000000
|
||||
#define FILE_SUPPORTS_USN_JOURNAL 0x02000000
|
||||
|
||||
#define FILE_PIPE_BYTE_STREAM_TYPE 0x00000000
|
||||
#define FILE_PIPE_MESSAGE_TYPE 0x00000001
|
||||
|
@ -380,6 +380,13 @@ typedef DWORD FLONG;
|
||||
#define FILE_READ_ONLY_VOLUME 0x00080000
|
||||
#define FILE_SEQUENTIAL_WRITE_ONCE 0x00100000
|
||||
#define FILE_SUPPORTS_TRANSACTIONS 0x00200000
|
||||
/* Note: These flags only have a meaning starting with Windows 7/2008 R2.
|
||||
Their absence on older OSes does NOT mean that a filesystem is missing
|
||||
that property. */
|
||||
#define FILE_SUPPORTS_HARD_LINKS 0x00400000
|
||||
#define FILE_SUPPORTS_EXTENDED_ATTRIBUTES 0x00800000
|
||||
#define FILE_SUPPORTS_OPEN_BY_FILE_ID 0x01000000
|
||||
#define FILE_SUPPORTS_USN_JOURNAL 0x02000000
|
||||
|
||||
|
||||
#define IO_COMPLETION_QUERY_STATE 0x0001
|
||||
|
Loading…
x
Reference in New Issue
Block a user