mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resaved all projects
This commit is contained in:
parent
a520bf6457
commit
c288c94c29
259 changed files with 708 additions and 313 deletions
|
|
@ -34,8 +34,14 @@
|
|||
|
||||
// BEGIN SECTION A
|
||||
|
||||
#define JUCE_DISPLAY_SPLASH_SCREEN 0
|
||||
#define JUCE_REPORT_APP_USAGE 0
|
||||
#ifndef JUCE_DISPLAY_SPLASH_SCREEN
|
||||
#define JUCE_DISPLAY_SPLASH_SCREEN 0
|
||||
#endif
|
||||
|
||||
#ifndef JUCE_REPORT_APP_USAGE
|
||||
#define JUCE_REPORT_APP_USAGE 0
|
||||
#endif
|
||||
|
||||
|
||||
// END SECTION A
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue