Browse Source

"Proper" fix for VST3 SDK build with MinGW

tags/1.9.7
falkTX 9 years ago
parent
commit
571d52b1cc
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      source/modules/juce_audio_processors/AppConfig.h

+ 5
- 0
source/modules/juce_audio_processors/AppConfig.h View File

@@ -50,4 +50,9 @@
#define JUCE_PLUGINHOST_LADSPA 0
// Fix MinGW VST3 build
#if JUCE_WINDOWS
# define _set_abort_behavior(...)
#endif
#endif // CARLA_JUCE_AUDIO_PROCESSORS_APPCONFIG_H_INCLUDED

Loading…
Cancel
Save