OSDN Git Service

* include/winuser.h: Correct PCWPSTRUCT typo.
authorcgf <cgf>
Tue, 8 Aug 2000 14:30:53 +0000 (14:30 +0000)
committercgf <cgf>
Tue, 8 Aug 2000 14:30:53 +0000 (14:30 +0000)
(discovered by Axel Riese)

winsup/w32api/ChangeLog
winsup/w32api/include/winuser.h

index 8526370..bd01cfc 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  8 10:25:14 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * include/winuser.h: Correct PCWPSTRUCT typo.
+       (discovered by Axel Riese)
+
 2000-07-27  DJ Delorie  <dj@redhat.com>
 
        * include/windows.h: optimize non-inclusion of repeat headers
index 2d3baab..30ca13a 100644 (file)
@@ -1948,7 +1948,7 @@ typedef struct tagCWPSTRUCT {
        WPARAM wParam;
        UINT message;
        HWND hwnd;
-} CWPSTRUCT,*PWCWPSTRUCT;
+} CWPSTRUCT,*PCWPSTRUCT;
 typedef struct tagDEBUGHOOKINFO {
        DWORD idThread;
        DWORD idThreadInstaller;