Browse Source

Added enum SystemStats::MacOSX_10_11

tags/2021-05-28
jules 10 years ago
parent
commit
51165c0f6b
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

@@ -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,


Loading…
Cancel
Save