remove obsolete macOS SDK guards
we need SDK 10.11 now
This commit is contained in:
@@ -123,7 +123,7 @@ wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_NOTIFICATION_MESSAGE_ACTION, w
|
||||
|
||||
#if (defined(__WXGTK__) && wxUSE_LIBNOTIFY) || \
|
||||
(defined(__WXMSW__) && wxUSE_TASKBARICON && wxUSE_TASKBARICON_BALLOONS) || \
|
||||
(defined(__WXOSX_COCOA__) && (__MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_8))
|
||||
defined(__WXOSX_COCOA__)
|
||||
#define wxHAS_NATIVE_NOTIFICATION_MESSAGE
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user