mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
MACOS_X_VERSION_10_15 is not defined on really SDKs. (#10388)
This commit is contained in:
parent
f4b23f1737
commit
f38d70fd40
@ -52,7 +52,7 @@ static void debugwin_view_update(debug_view &view, void *osdprivate)
|
||||
|
||||
+ (void)initialize {
|
||||
// 10.15 and better get full adaptive Dark Mode support
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_15
|
||||
#if defined(MAC_OS_X_VERSION_10_15) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_15
|
||||
DefaultForeground = [[NSColor textColor] retain];
|
||||
ChangedForeground = [[NSColor systemRedColor] retain];
|
||||
CommentForeground = [[NSColor systemGreenColor] retain];
|
||||
|
Loading…
Reference in New Issue
Block a user