Fix mingw64 build of accessibility
Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e
This commit is contained in:
parent
9206f8c2ac
commit
f7024571be
@ -268,7 +268,7 @@ void handleWindowEvent(Window * pWindow, bool bShow)
|
||||
// the event listener would not have been attached.
|
||||
pJNIEnv->CallStaticVoidMethod(g_jcWindowsAccessBridgeAdapter,
|
||||
(bShow) ? g_jmRegisterTopWindow : g_jmRevokeTopWindow,
|
||||
(jint) GetHWND(pWindow), joXAccessible );
|
||||
(jclass) GetHWND(pWindow), joXAccessible );
|
||||
|
||||
// Clear any exception that might have been occurred.
|
||||
if (pJNIEnv->ExceptionCheck()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user