JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Fixed Clang API export macros on Windows

Open FangCunWuChang opened this issue 1 year ago • 0 comments

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.

FangCunWuChang avatar Oct 24 '24 15:10 FangCunWuChang