From: cgf Date: Tue, 8 Aug 2000 14:30:53 +0000 (+0000) Subject: * include/winuser.h: Correct PCWPSTRUCT typo. X-Git-Tag: pre-cygwin-heap~287 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=61111600e464607b46279dbc6737cb8662b01aee;p=pf3gnuchains%2Fpf3gnuchains4x.git * include/winuser.h: Correct PCWPSTRUCT typo. (discovered by Axel Riese) --- diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 8526370195..bd01cfc324 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 8 10:25:14 2000 Christopher Faylor + + * include/winuser.h: Correct PCWPSTRUCT typo. + (discovered by Axel Riese) + 2000-07-27 DJ Delorie * include/windows.h: optimize non-inclusion of repeat headers diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h index 2d3baabec1..30ca13aa41 100644 --- a/winsup/w32api/include/winuser.h +++ b/winsup/w32api/include/winuser.h @@ -1948,7 +1948,7 @@ typedef struct tagCWPSTRUCT { WPARAM wParam; UINT message; HWND hwnd; -} CWPSTRUCT,*PWCWPSTRUCT; +} CWPSTRUCT,*PCWPSTRUCT; typedef struct tagDEBUGHOOKINFO { DWORD idThread; DWORD idThreadInstaller;