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
macOS: Added missing OS versions to SystemStats::OperatingSystemType
tags/2021-05-28
ed
6 years ago
parent
20d480535a
commit
730fd6955f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_core/system/juce_SystemStats.h
+ 2
- 0
modules/juce_core/system/juce_SystemStats.h
View File
@@ -61,6 +61,8 @@ public:
MacOSX_10_10 = MacOSX | 10,
MacOSX_10_11 = MacOSX | 11,
MacOSX_10_12 = MacOSX | 12,
MacOSX_10_13 = MacOSX | 13,
MacOSX_10_14 = MacOSX | 14,
Win2000 = Windows | 1,
WinXP = Windows | 2,
Write
Preview
Loading…
Cancel
Save