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:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 07661ed9a..a3c564c73 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,22 @@
+Tue Jun 27 19:35:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
+ BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
+ Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
+ FILE_FLAG_OPEN_NO_RECALL.
+ * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
+ FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
+ * winnt.h: Add typedef for GUID.
+ Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
+ FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
+ FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
+ Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
+ FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
+ FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
+ Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
+ REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
+ * lib/psapi.def: New file.
+
Thu Jun 22 14:36:19 2000 Christopher Faylor <cgf@cygnus.com>
* rpcdce.h: Protect OPTIONAL definition since it may be (legally)