This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
DemoRunner: Changed the default setting for reporting app usage
tags/2021-05-28
Tom Poole
6 years ago
parent
b40496f568
commit
7c031b0318
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/DemoRunner/JuceLibraryCode/AppConfig.h
+ 1
- 1
examples/DemoRunner/JuceLibraryCode/AppConfig.h
View File
@@ -40,7 +40,7 @@
#endif
#ifndef JUCE_REPORT_APP_USAGE
#define JUCE_REPORT_APP_USAGE
1
#define JUCE_REPORT_APP_USAGE
0
#endif
// END SECTION A
Write
Preview
Loading…
Cancel
Save