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 macOS version 12 to SystemStats
tags/2021-05-28
hogliux
8 years ago
parent
aff5ea5a9b
commit
e14895e5bd
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
@@ -65,6 +65,7 @@ public:
MacOSX_10_9 = MacOSX | 9,
MacOSX_10_10 = MacOSX | 10,
MacOSX_10_11 = MacOSX | 11,
MacOSX_10_12 = MacOSX | 12,
Win2000 = Windows | 1,
WinXP = Windows | 2,
Write
Preview
Loading…
Cancel
Save