Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-05-15 21:14:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-05-15 21:14:35 +0400
commit13b9bb622105f620d603d717e7919874e081ebef (patch)
treebe745d570b71238a8eaa837ccd45a0e9600b1c22 /winsup/w32api
parent4c153b24d98b49d34a17a0ba91dd959e7b9d6dc7 (diff)
* include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
(FILE_SUPPORTS_TRANSACTIONS): Define.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/winnt.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index d941f7729..51812bda3 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-15 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
+ (FILE_SUPPORTS_TRANSACTIONS): Define.
+
2008-05-01 Bart Oldeman <bartoldeman@users.sf.net>
* include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index fc6f3270a..fc11254bf 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -378,6 +378,9 @@ typedef DWORD FLONG;
#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
+
#define IO_COMPLETION_QUERY_STATE 0x0001
#define IO_COMPLETION_MODIFY_STATE 0x0002