This commit is contained in:
Mike Schinkel
2019-06-25 21:27:49 -04:00
parent 3d7db9f663
commit 0a29fdd2c5
+9 -5
View File
@@ -1,12 +1,16 @@
#import <Cocoa/Cocoa.h>
#include "systray.h"
#ifndef NSControlStateValueOff
#define NSControlStateValueOff NSOffState
#endif
#if __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_14
#ifndef NSControlStateValueOff
#define NSControlStateValueOff NSOffState
#endif
#ifndef NSControlStateValueOn
#define NSControlStateValueOn NSOnState
#endif
#ifndef NSControlStateValueOn
#define NSControlStateValueOn NSOnState
#endif
@interface MenuItem : NSObject