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:
parent
0fc2536a69
commit
4594048d19
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue