This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set
tags/2021-05-28
jules
9 years ago
parent
dcf9246395
commit
db7ada59b1
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp
+ 3
- 1
modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp
View File
@@ -28,4 +28,6 @@
#include "Standalone/juce_StandaloneFilterApp.cpp"
START_JUCE_APPLICATION (StandaloneFilterApp);
#if ! JUCE_USE_CUSTOM_AU3_STANDALONE_APP
START_JUCE_APPLICATION (StandaloneFilterApp);
#endif
Write
Preview
Loading…
Cancel
Save