JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Accessibility: Fix incompatibility with MinGW

Open mangobrain opened this issue 3 years ago • 0 comments
trafficstars

WINE (and by extension MinGW) started adding new UI automation property IDs to uiautomationclient.h as macros, which conflicts with the named constants in JUCE's juce_win32_ComInterfaces.h. As there were already some older property IDs in JUCE defined as macros in juce_win32_AccessibilityElement.h, migrate all named constants to macros, for consistency & compatibility.

Fixes #1028

mangobrain avatar May 20 '22 18:05 mangobrain