JUCE
JUCE copied to clipboard
Fixed Clang API export macros on Windows
The Clang compiler on the Windows platform uses __declspec(dllexport)/__declspec(dllimport) to export/import dynamic link library symbols, while __attribute__((visibility("default"))) may not necessarily work as expected.