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-07-20 04:12:25 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-20 04:12:25 +0400
commitf658e220d9c603d6b33c282382e459f2f4f0be45 (patch)
treeb0a9c9757636aaa7e90f9ea1f038e64570c94ae5 /winsup/w32api/ChangeLog
parent44480f46ead8ede722e737248c6d126a54da459f (diff)
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.
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>