]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 30 May 2015 12:04:26 +0000 (12:04 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 30 May 2015 12:04:26 +0000 (12:04 +0000)
MagickCore/version.c

index d4407437ab7f46a5ceda7cce603b1221ad6fe1dd..35f2483d7ce045f11623a49be44126669feb91fc 100644 (file)
@@ -218,13 +218,16 @@ MagickExport const char *GetMagickDelegates(void)
 */
 MagickExport const char *GetMagickFeatures(void)
 {
-  return "DPC"
+  return ""
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && defined(_DEBUG)
   " Debug"
 #endif
 #if defined(MAGICKCORE_CIPHER_SUPPORT)
   " Cipher"
 #endif
+#if defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(MAGICKCORE_HAVE_SOCKET) && defined(MAGICKCORE_THREAD_SUPPORT)
+  " DPC"
+#endif
 #if defined(MAGICKCORE_HDRI_SUPPORT)
   " HDRI"
 #endif