Browse Source

VST Client: Fix redefined macro when building with MinGW 8.3.0

v7.0.9
reuk 2 years ago
parent
commit
6df7e46e26
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp

+ 1
- 1
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp View File

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


Loading…
Cancel
Save