Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-08 18:30:54 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-08 18:30:54 +0400
commit0e882d4f29d54bc21a3147609d2caadb2d3a4c0f (patch)
treebecce457154225ce3ec18ba95918ddd7f392b021 /winsup/w32api
parentfc6ab5595242409fbfc5b7a43f62adf9cb089216 (diff)
* include/winuser.h: Correct PCWPSTRUCT typo.
(discovered by Axel Riese)
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/winuser.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 852637019..bd01cfc32 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 2d3baabec..30ca13aa4 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;