From 8d5dd74cdcaf31161caf1c5388e7139988046905 Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Wed, 25 Aug 2010 23:47:17 +0000 Subject: [PATCH] Add missing thank you notes. --- winsup/w32api/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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 * 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 * include/prsht.h (SNDMDG, POSTMSG): Fix typo.