2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winuser.h (HHOOK): Move definition from here...
        * include/windef.h: ...to here, as per MSDN.
This commit is contained in:
Chris Sutcliffe
2010-08-25 23:39:29 +00:00
parent 0fc2536a69
commit 4594048d19
3 changed files with 6 additions and 1 deletions

View File

@ -2514,7 +2514,6 @@ typedef NAMEENUMPROCW DESKTOPENUMPROCW;
typedef NAMEENUMPROCA WINSTAENUMPROCA;
typedef NAMEENUMPROCW WINSTAENUMPROCW;
typedef void(CALLBACK *SENDASYNCPROC)(HWND,UINT,DWORD,LRESULT);
DECLARE_HANDLE(HHOOK);
DECLARE_HANDLE(HDWP);
DECLARE_HANDLE(HDEVNOTIFY);
typedef struct tagMENUGETOBJECTINFO {