mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Quick Fix: Add macro for macOS14, Sonoma
This commit is contained in:
parent
7842a79839
commit
ec8e784f82
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
#define MAC_OS_VERSION_11_0 110000
|
||||
#define MAC_OS_VERSION_12_0 120000
|
||||
#define MAC_OS_VERSION_13_0 130000
|
||||
#define MAC_OS_VERSION_14_0 140000
|
||||
#endif /* MAC_OS_X_VERSION_10_0 */
|
||||
|
||||
/* Allow MAC_OS_X_VERSION_MAX_ALLOWED to be used in place of GS_OPENSTEP_V
|
||||
|
|
Loading…
Reference in a new issue