]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/winuser.h: Correct PCWPSTRUCT typo.
authorChristopher Faylor <me@cgf.cx>
Tue, 8 Aug 2000 14:30:54 +0000 (14:30 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 8 Aug 2000 14:30:54 +0000 (14:30 +0000)
(discovered by Axel Riese)

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

index 85263701957d8a49f517c731158446ec7bf06a47..bd01cfc324525d6d98e900d9ad3ac75efb074226 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 2d3baabec121568497d21028dbdb4b361fc04e4a..30ca13aa41010c8977463526e76e4b271fcc26b8 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;
This page took 0.034468 seconds and 5 git commands to generate.