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:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2010-08-26 03:47:17 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2010-08-26 03:47:17 +0400
commit8d5dd74cdcaf31161caf1c5388e7139988046905 (patch)
treebb35bd619fd4ef983714d16935ebc482db835464 /winsup/w32api
parent4594048d19090b97df5bcada66976a263960cf6e (diff)
Add missing thank you notes.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9e3f55984..1a753a485 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -3,12 +3,16 @@
* include/winuser.h (HHOOK): Move definition from here...
* include/windef.h: ...to here, as per MSDN.
+ Thank you to Samuel Thibault for reporting the issue.
+
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
MSDN, change return type to LPCH.
(GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
+ Thank you to Emmanuel Stapf for reporting the issue.
+
2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/prsht.h (SNDMDG, POSTMSG): Fix typo.