Browse Source

Added macOS version 12 to SystemStats

tags/2021-05-28
hogliux 8 years ago
parent
commit
e14895e5bd
1 changed files with 1 additions and 0 deletions
  1. +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,


Loading…
Cancel
Save