diff options
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index d2c67ac40d..ab1ac7ed61 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -33,7 +33,7 @@ extern int _ecore_cocoa_log_domain; | |||
33 | * more meaningful ones. We define aliases to these new types to use the | 33 | * more meaningful ones. We define aliases to these new types to use the |
34 | * most recent API while being retro-compatible. | 34 | * most recent API while being retro-compatible. |
35 | */ | 35 | */ |
36 | #if __MAC_OS_X_VERSION_MIN_REQUIRED < 1012 /* Before 10.12 */ | 36 | #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101200 /* Before 10.12 */ |
37 | # define NSWindowStyleMaskTitled NSTitledWindowMask | 37 | # define NSWindowStyleMaskTitled NSTitledWindowMask |
38 | # define NSWindowStyleMaskClosable NSClosableWindowMask | 38 | # define NSWindowStyleMaskClosable NSClosableWindowMask |
39 | # define NSWindowStyleMaskResizable NSResizableWindowMask | 39 | # define NSWindowStyleMaskResizable NSResizableWindowMask |