1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Standalone: Allow custom entrypoint definition

This commit is contained in:
Tom Poole 2022-11-30 15:52:54 +00:00
parent 6f629547d5
commit 4351e87bdd

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