mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions
This commit is contained in:
parent
ab12d7e406
commit
6561e5c040
3 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
//==============================================================================
|
||||
#define UNITY_AUDIO_PLUGIN_API_VERSION 0x010401
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
#if JUCE_MSVC
|
||||
#define UNITY_INTERFACE_API __stdcall
|
||||
#define UNITY_INTERFACE_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue