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:
parent
a6761f9eb8
commit
f0b7c3aa13
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue