* include/winnt.h (PVOID): Move to before HANDLE typedef.
* include/winuser.h (mouse_event): Correct type of fifth param, Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
This commit is contained in:
@ -3186,7 +3186,7 @@ int WINAPI MessageBoxIndirectA(CONST MSGBOXPARAMSA*);
|
||||
int WINAPI MessageBoxIndirectW(CONST MSGBOXPARAMSW*);
|
||||
BOOL WINAPI ModifyMenuA(HMENU,UINT,UINT,UINT,LPCSTR);
|
||||
BOOL WINAPI ModifyMenuW(HMENU,UINT,UINT,UINT,LPCWSTR);
|
||||
void WINAPI mouse_event(DWORD,DWORD,DWORD,DWORD,DWORD);
|
||||
void WINAPI mouse_event(DWORD,DWORD,DWORD,DWORD,ULONG_PTR);
|
||||
BOOL WINAPI MoveWindow(HWND,int,int,int,int,BOOL);
|
||||
DWORD WINAPI MsgWaitForMultipleObjects(DWORD,CONST HANDLE*,BOOL,DWORD,DWORD);
|
||||
DWORD WINAPI MsgWaitForMultipleObjectsEx(DWORD,CONST HANDLE*,DWORD,DWORD,DWORD);
|
||||
|
Reference in New Issue
Block a user