mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 13:56:38 +00:00
uiautomationcore: Added UiaClientsAreListening stub.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
aca0a27ced
commit
1cc93e3f05
@ -36,3 +36,12 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, void *lpv)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* UiaClientsAreListening (uiautomationcore.@)
|
||||
*/
|
||||
BOOL WINAPI UiaClientsAreListening(void)
|
||||
{
|
||||
FIXME("()\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
@ -52,7 +52,7 @@
|
||||
@ stub TransformPattern_Resize
|
||||
@ stub TransformPattern_Rotate
|
||||
@ stub UiaAddEvent
|
||||
@ stub UiaClientsAreListening
|
||||
@ stdcall UiaClientsAreListening()
|
||||
@ stub UiaEventAddWindow
|
||||
@ stub UiaEventRemoveWindow
|
||||
@ stub UiaFind
|
||||
|
Loading…
Reference in New Issue
Block a user