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