Browse Source
VST Client: Fix redefined macro when building with MinGW 8.3.0
v7.0.9
reuk
2 years ago
No known key found for this signature in database
GPG Key ID: FCB43929F012EE5C
1 changed files with
1 additions and
1 deletions
-
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
|
|
|
@@ -61,7 +61,7 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4996 4100) |
|
|
|
#define PRAGMA_ALIGN_SUPPORTED 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! JUCE_MSVC
|
|
|
|
#if ! JUCE_MSVC && ! defined (__cdecl)
|
|
|
|
#define __cdecl
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|