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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-06-24 08:51:34 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-06-24 08:51:34 +0400
commitf8f2ad211f71d20ab2a7078defa4429c0a7b28e3 (patch)
tree0cdeed28d5bb26d4be6f9baa2552bf6fb219b01b /winsup/w32api/ChangeLog
parente106f92bfcb81bfd8ae6595e4959d582bb7b9757 (diff)
* include/objidl.h (struct tagPROPVARIANT): Kill obsolete
union member _VARIANT_BOOL bool.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 3d376d8cb..e5deb6aaf 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,10 @@
2002-06-24 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
+ union member _VARIANT_BOOL bool.
+
+2002-06-24 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
2002-06-24 Casper S. Hornstrup <chorns@users.sourceforge.net>