<AWT Dev> RFR: 8256109: Create implementation for NSAccessibilityButton protocol [v2]

Sergey Bylokhov serb at openjdk.java.net
Wed Jan 13 06:35:57 UTC 2021


On Wed, 13 Jan 2021 06:03:09 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> The headers in the obj-c usually do not have guards because they are included via "#import"
>
> I know. But in this case that was not enough - that still caused weird compilation glitches like full compilation works but incremental calculation gives compilation error about usage of non-initialized variables. Guards helped.

I missed where the guards have helped, there are no guards in this file.
Same question about why did you add guards to the "CommonComponentAccessibility.h"?

-------------

PR: https://git.openjdk.java.net/jdk/pull/1549


More information about the awt-dev mailing list