summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 34952d759..20fa14a86 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,14 @@
+2002-07-20 Casper S. Hornstrup <chorns@users.sourceforge.net>
+
+ * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
+ definition.
+ (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
+ avoid compile error when already defined.
+
+2002-07-20 Steven Edwards <Steven_Ed4153@yahoo.com>
+
+ * include/winuser.h (WM_MENURBUTTONUP): Add define.
+
2002-07-17 Danny Smith <dannysmith@users.sourceforge.net>
* include/commdlg.h: Define CDN_* notification message constants
@@ -25,7 +36,8 @@
2002-07-17 Danny Smith <dannysmith@users.sourceforge.net>
- * include/wtypes.h: Remove duplicate #includes of rhc.h and
+ * include/wtypes.h: Remove duplicate #includes of rpc.h and
+ rpcndr.h.
2002-07-05 Luke Dunstan <infidel@users.sourceforge.net>