1
0
Fork 0
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:
jules 2016-05-31 09:46:42 +01:00
parent dcf9246395
commit db7ada59b1

View file

@ -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