This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
"Proper" fix for VST3 SDK build with MinGW
tags/1.9.7
falkTX
9 years ago
parent
a3e4f9130f
commit
571d52b1cc
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save