]> granicus.if.org Git - imagemagick/commitdiff
Renamed filter dll in the new version of configure.exe.
authordirk <dirk@git.imagemagick.org>
Sat, 17 Jan 2015 22:09:51 +0000 (22:09 +0000)
committerdirk <dirk@git.imagemagick.org>
Sat, 17 Jan 2015 22:09:51 +0000 (22:09 +0000)
MagickCore/module.c

index c2af07211c5cd7423b59396516836afe1be6e7d1..1f9a4dfea946574ea4697a2afcd65ebcf719d0dc 100644 (file)
@@ -1490,7 +1490,9 @@ static void TagToFilterModuleName(const char *tag,char *name)
   assert(tag != (char *) NULL);
   (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",tag);
   assert(name != (char *) NULL);
-#if !defined(MAGICKCORE_LTDL_DELEGATE)
+#if defined(MAGICKCORE_WINDOWS_SUPPORT)
+  (void) FormatLocaleString(name,MaxTextExtent,"FILTER_%s_.dll",tag);
+#elif !defined(MAGICKCORE_LTDL_DELEGATE)
   (void) FormatLocaleString(name,MaxTextExtent,"%s.dll",tag);
 #else
   (void) FormatLocaleString(name,MaxTextExtent,"%s.la",tag);