4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 08:17:29 +08:00

Add missing thank you notes.

This commit is contained in:
Chris Sutcliffe 2010-08-25 23:47:17 +00:00
parent 4594048d19
commit 8d5dd74cdc

View File

@ -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.