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

Let us cast pointers to pointer-sized integers

Change-Id: I0c68293d454917bbc5ed6df51a57e6b809d4b8c6
üst e704c34b
...@@ -268,7 +268,7 @@ void handleWindowEvent(Window * pWindow, bool bShow) ...@@ -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 ); (jlong) 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()) {
......
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