* include/winuser.h (MOUSEHOOKSTRUCT): Define structure.

This commit is contained in:
Earnie Boyd 2002-06-13 11:35:30 +00:00
parent 5682a6dd3d
commit bb1085295a
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-06-13 Earnie Boyd <earnie@users.sf.net>
* include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
2002-06-13 Danny Smith <dannysmith@users.sourceforge.net>
* lib/test.c: #include comcat.h.

View File

@ -2386,6 +2386,12 @@ typedef struct tagTOGGLEKEYS {
DWORD cbSize;
DWORD dwFlags;
} TOGGLEKEYS;
typedef struct tagMOUSEHOOKSTRUCT {
POINT pt;
HWND hwnd;
UINT wHitTestCode;
DWORD dwExtraInfo;
} MOUSEHOOKSTRUCT, FAR *LPMOUSEHOOKSTRUCT, *PMOUSEHOOKSTRUCT;
typedef struct tagTRACKMOUSEEVENT {
DWORD cbSize;
DWORD dwFlags;