* include/winuser.h: Correct PCWPSTRUCT typo.
(discovered by Axel Riese)
This commit is contained in:
parent
fc6ab55952
commit
0e882d4f29
|
@ -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>
|
2000-07-27 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* include/windows.h: optimize non-inclusion of repeat headers
|
* include/windows.h: optimize non-inclusion of repeat headers
|
||||||
|
|
|
@ -1948,7 +1948,7 @@ typedef struct tagCWPSTRUCT {
|
||||||
WPARAM wParam;
|
WPARAM wParam;
|
||||||
UINT message;
|
UINT message;
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
} CWPSTRUCT,*PWCWPSTRUCT;
|
} CWPSTRUCT,*PCWPSTRUCT;
|
||||||
typedef struct tagDEBUGHOOKINFO {
|
typedef struct tagDEBUGHOOKINFO {
|
||||||
DWORD idThread;
|
DWORD idThread;
|
||||||
DWORD idThreadInstaller;
|
DWORD idThreadInstaller;
|
||||||
|
|
Loading…
Reference in New Issue