Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: Fix incompatibility with MinGW #1073

Conversation

mangobrain
Copy link

@mangobrain mangobrain commented May 20, 2022

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

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.
@szarvas
Copy link
Member

szarvas commented Jul 5, 2024

MinGW support has been removed as of JUCE 8 9112911.

@szarvas szarvas closed this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants