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/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index fbcd75f21..4e66ca7a6 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-24 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/oleauto.h (V_UNION): Correct definition for case of
+ NONAMELESSUNION:
+ (V_VT): Likewise.
+
2002-07-23 Danny Smith <dannysmith@users.sourceforge.net>
* include/oleauto.h (V_BOOL): Define in terms of boolVal,
@@ -17,7 +23,7 @@
character.
* include/winsock2.h (struct sockaddr): Use __int64 instead of
long long.
- * include/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
+ * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
does not need external *Fiber library functions.
2002-07-20 Casper S. Hornstrup <chorns@users.sourceforge.net>