* include/winuser.h: Correct PCWPSTRUCT typo.

(discovered by Axel Riese)
This commit is contained in:
Christopher Faylor
2000-08-08 14:30:54 +00:00
parent fc6ab55952
commit 0e882d4f29
2 changed files with 6 additions and 1 deletions

View 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;