1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Unity: Fix failures due to excess exported symbols when building with MinGW

This commit is contained in:
reuk 2023-04-26 18:19:39 +01:00
parent a6761f9eb8
commit f0b7c3aa13
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -29,7 +29,7 @@
//==============================================================================
#define UNITY_AUDIO_PLUGIN_API_VERSION 0x010401
#if JUCE_MSVC
#if JUCE_WINDOWS
#define UNITY_INTERFACE_API __stdcall
#define UNITY_INTERFACE_EXPORT __declspec(dllexport)
#else