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:
parent
6f629547d5
commit
4351e87bdd
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue