MSYS2-packages/gettext/gettext-0.22.5-gettext-runtime-intl-gnulib-lib-localename-h.patch
2025-02-10 14:21:36 +01:00

12 lines
532 B
Diff

--- origsrc/gettext-runtime/intl/gnulib-lib/localename.h 2024-02-21 03:43:51.000000000 -0700
+++ src/gettext-runtime/intl/gnulib-lib/localename.h 2024-02-26 07:40:54.664851300 -0700
@@ -91,7 +91,7 @@ extern const char * gl_locale_name_envir
The result must not be freed; it is statically allocated. */
extern const char * gl_locale_name_default (void)
-#if !(HAVE_CFPREFERENCESCOPYAPPVALUE || defined _WIN32 || defined __CYGWIN__)
+#if !(HAVE_CFPREFERENCESCOPYAPPVALUE || defined _WIN32)
_GL_ATTRIBUTE_CONST
#endif
;