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
Added enum SystemStats::MacOSX_10_11
tags/2021-05-28
jules
10 years ago
parent
99ebba4e4c
commit
51165c0f6b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_core/system/juce_SystemStats.h
+ 1
- 0
modules/juce_core/system/juce_SystemStats.h
View File
@@ -64,6 +64,7 @@ public:
MacOSX_10_8 = MacOSX | 8,
MacOSX_10_9 = MacOSX | 9,
MacOSX_10_10 = MacOSX | 10,
MacOSX_10_11 = MacOSX | 11,
Win2000 = Windows | 1,
WinXP = Windows | 2,
Write
Preview
Loading…
Cancel
Save