Kaydet (Commit) f7024571 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix mingw64 build of accessibility

Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e
üst 9206f8c2
......@@ -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()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment