Browse Source

macOS: Added missing OS versions to SystemStats::OperatingSystemType

tags/2021-05-28
ed 6 years ago
parent
commit
730fd6955f
1 changed files with 2 additions and 0 deletions
  1. +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,


Loading…
Cancel
Save