Add missing thank you notes.

This commit is contained in:
Chris Sutcliffe 2010-08-25 23:47:17 +00:00
parent 4594048d19
commit 8d5dd74cdc
1 changed files with 4 additions and 0 deletions

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.