]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 7 Nov 2013 20:31:51 +0000 (20:31 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 7 Nov 2013 20:31:51 +0000 (20:31 +0000)
MagickCore/version.c

index 59748fa47e0f1b61631544306152520749dd095f..21bc3b9468b11a9ea422f2ef80a3d97b7c301a6b 100644 (file)
@@ -218,6 +218,9 @@ MagickExport const char *GetMagickDelegates(void)
 MagickExport const char *GetMagickFeatures(void)
 {
   return "DPC"
+#if defined(MAGICKCORE_BUILD_MODULES) || defined(_DLL)
+  " Modules"
+#endif
 #if defined(MAGICKCORE_HDRI_SUPPORT)
   " HDRI"
 #endif
@@ -226,9 +229,6 @@ MagickExport const char *GetMagickFeatures(void)
 #endif
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
   " OpenMP"
-#endif
-#if defined(MAGICKCORE_BUILD_MODULES) || defined(_DLL)
-  " Modules"
 #endif
   ;
 }