mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Fixup code in JavaAccessBridge.cpp
This commit is contained in:
parent
e3dfd0e974
commit
690daaf588
@ -128,7 +128,7 @@ extern "C" {
|
||||
PrintDebugString("[INFO]: In AccessBridgeDialog - Got AB_MESSAGE_WAITING from ourselves");
|
||||
} else {
|
||||
PrintDebugString("[INFO]: In AccessBridgeDialog - Got AB_MESSAGE_WAITING from HWND %p", wParam);
|
||||
/* LRESULT returnVal = */ theJavaAccessBridge->receiveMemoryPackage((HWND) wParam, (long) lParam);
|
||||
[[maybe_unused]] LRESULT returnVal = theJavaAccessBridge->receiveMemoryPackage((HWND) wParam, (long) lParam);
|
||||
}
|
||||
break;
|
||||
|
||||
@ -2716,7 +2716,6 @@ extern "C" { // event stuff from AccessBridge.h, generated by JNI
|
||||
|
||||
JAWT awt;
|
||||
jboolean result;
|
||||
// jobject component = (jobject)0;
|
||||
|
||||
// Get the AWT
|
||||
awt.version = JAWT_VERSION_1_4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user