]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick6/issues/42
authorCristy <urban-warrior@imagemagick.org>
Sun, 16 Jun 2019 23:14:29 +0000 (19:14 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 16 Jun 2019 23:14:29 +0000 (19:14 -0400)
MagickCore/locale.c

index 943557e381ef41dedc2f55a621d5506e4aecea1b..356f452701de4204d024941f8846713ce7dd07ff 100644 (file)
@@ -66,7 +66,7 @@
 /*
   Define declarations.
 */
-#if defined(MAGICKCORE_HAVE_NEWLOCALE) || defined(MAGICKCORE_WINDOWS_SUPPORT)
+#if (defined(MAGICKCORE_HAVE_NEWLOCALE) || defined(MAGICKCORE_WINDOWS_SUPPORT)) && !defined(__MINGW32__)
 #  define MAGICKCORE_LOCALE_SUPPORT
 #endif
 #define LocaleFilename  "locale.xml"