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
commit
db7ada59b1
1 changed files with 3 additions and 1 deletions
  1. +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

Loading…
Cancel
Save