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

@ -262,6 +262,7 @@ typedef LONG HRESULT;
#ifndef XFree86Server
typedef WORD ATOM;
#endif /* XFree86Server */
typedef HANDLE HHOOK;
typedef HANDLE HGLOBAL;
typedef HANDLE HLOCAL;
typedef HANDLE GLOBALHANDLE;