mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set
This commit is contained in:
parent
dcf9246395
commit
db7ada59b1
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue