Browse Source

Standalone: Allow custom entrypoint definition

v7.0.9
Tom Poole 2 years ago
parent
commit
4351e87bdd
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

@@ -44,6 +44,8 @@
JUCE_CREATE_APPLICATION_DEFINE(juce::StandaloneFilterApp)
#endif
JUCE_MAIN_FUNCTION_DEFINITION
#if ! JUCE_USE_CUSTOM_PLUGIN_STANDALONE_ENTRYPOINT
JUCE_MAIN_FUNCTION_DEFINITION
#endif
#endif

Loading…
Cancel
Save