From 88d3101fdd10f5e922aae9d99fcfd103a33747db Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Jan 2026 14:36:10 +0200 Subject: [PATCH] ; Fix description of NS/GNUstep CPP conditions * admin/CPP-DEFINES (NS_IMPL_GNUSTEP, NS_IMPL_COCOA): Fix description (bug#80110). --- admin/CPP-DEFINES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index c07fdc487ee..bdd5a097ab7 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -34,7 +34,9 @@ __ANDROID_API__ A numerical "API level" indicating the version of HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. HAVE_NS Use the NeXT/OpenStep/Cocoa UI under macOS or GNUstep. NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. + Only true on systems other than macOS. NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. + Only true on macOS. HAVE_X11 Compile support for the X11 GUI. HAVE_PGTK Compile support for using GTK itself without directly using X Windows APIs. HAVE_HAIKU Compile support for the Haiku window system.