From 4495350b0f030fe4fc6e4c46f652d2267c064d35 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 27 Oct 2025 08:28:57 +0100 Subject: [PATCH 19/48] make sure availability macros are always available for all OSX builds even wxGTK as toolkit --- include/wx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/platform.h b/include/wx/platform.h index ea46f78be9..527bb437f5 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -419,7 +419,7 @@ # endif #endif -#ifdef __WXOSX_MAC__ +#ifdef __DARWIN__ # if defined(__MACH__) # include # ifndef MAC_OS_X_VERSION_10_4 -- 2.24.3 (Apple Git-128)