Kaydet (Commit) c6ade726 authored tarafından David Tardon's avatar David Tardon

WaE: cast from pointer to integer of different size

üst 2ff03919
......@@ -166,7 +166,7 @@ JNIEXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNative
SetProp( hWnd, OLD_PROC_KEY, (HANDLE)hFuncPtr );
}
return ((jlong)hWnd);
return ((jlong)(LONG)hWnd);
}
......
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