mirror of
https://github.com/netbirdio/systray.git
synced 2026-05-22 17:08:41 -07:00
Merge pull request #94 from teddywing/use-mac-os-version-value-instead-of-macro
systray_darwin.m: Compare Mac OS min version with value instead of macro
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#include "systray.h"
|
||||
|
||||
#if __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_14
|
||||
#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101400
|
||||
|
||||
#ifndef NSControlStateValueOff
|
||||
#define NSControlStateValueOff NSOffState
|
||||
|
||||
Reference in New Issue
Block a user