include: Add EnableMouseInPointer() declaration.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
24fa2e8954
commit
45ea40a14a
|
@ -3576,6 +3576,7 @@ WINUSERAPI INT WINAPI DrawTextExW(HDC,LPWSTR,INT,LPRECT,UINT,LPDRAWTEXTP
|
|||
#define DrawTextEx WINELIB_NAME_AW(DrawTextEx)
|
||||
WINUSERAPI BOOL WINAPI EmptyClipboard(void);
|
||||
WINUSERAPI BOOL WINAPI EnableMenuItem(HMENU,UINT,UINT);
|
||||
WINUSERAPI BOOL WINAPI EnableMouseInPointer(BOOL);
|
||||
WINUSERAPI BOOL WINAPI EnableScrollBar(HWND,UINT,UINT);
|
||||
WINUSERAPI BOOL WINAPI EnableWindow(HWND,BOOL);
|
||||
WINUSERAPI BOOL WINAPI EndDeferWindowPos(HDWP);
|
||||
|
|
Loading…
Reference in New Issue