Re: RFR: 8307145: windowsaccessbridge.dll is missing 4 critical methods in its C API [v2]

2023-06-20 Thread Daniel JeliƄski
On Wed, 21 Jun 2023 05:32:46 GMT, Julian Waters wrote: >> In windowsaccessbridge(-64).dll the following methods are exported in a def >> file to C API which in turn call their real implementation, which are >> instance methods of the class WinAccessBridge: >> >> addJavaEventNotification >> rem

Re: RFR: 8307145: windowsaccessbridge.dll is missing 4 critical methods in its C API [v2]

2023-06-20 Thread Julian Waters
On Wed, 21 Jun 2023 05:32:46 GMT, Julian Waters wrote: >> In windowsaccessbridge(-64).dll the following methods are exported in a def >> file to C API which in turn call their real implementation, which are >> instance methods of the class WinAccessBridge: >> >> addJavaEventNotification >> rem

Re: RFR: 8307145: windowsaccessbridge.dll is missing 4 critical methods in its C API [v2]

2023-06-20 Thread Julian Waters
> In windowsaccessbridge(-64).dll the following methods are exported in a def > file to C API which in turn call their real implementation, which are > instance methods of the class WinAccessBridge: > > addJavaEventNotification > removeJavaEventNotification > addAccessibilityEventNotification >