Skip to content

Commit

Permalink
Fix compile error on older SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Feb 15, 2015
1 parent baa1593 commit 3fce697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/SPOSInfo.m
Expand Up @@ -33,9 +33,9 @@
#if __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_10_10
// This code is available since 10.8 but public only since 10.10
typedef struct {
NSInteger major;
NSInteger minor;
NSInteger patch;
NSInteger majorVersion;
NSInteger minorVersion;
NSInteger patchVersion;
} NSOperatingSystemVersion;

@interface NSProcessInfo ()
Expand Down

0 comments on commit 3fce697

Please sign in to comment.