1
0
Fork 0
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:
ed 2020-02-10 11:12:06 +00:00
parent ab12d7e406
commit 6561e5c040
3 changed files with 3 additions and 3 deletions

View file

@ -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