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
Standalone: Allow custom entrypoint definition
v7.0.9
Tom Poole
2 years ago
parent
6f629547d5
commit
4351e87bdd
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
@@ -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
Write
Preview
Loading…
Cancel
Save