]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 2 Dec 2012 23:54:15 +0000 (23:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 2 Dec 2012 23:54:15 +0000 (23:54 +0000)
MagickCore/magick-config.h

index 8dff4832f26dba38e196a2d6c10ffd2ed9619185..db7a30905a640fce4f1373a8a435e71905a3def8 100644 (file)
@@ -63,6 +63,8 @@ extern "C" {
 #  define MAGICKCORE_PATH_SEPARATOR_CHAR       ':'
 #  define MAGICKCORE_PATH_SEPARATOR            ":"
 #endif /* !DIR_SEPARATOR_CHAR */
+
+# if defined(MAGICKCORE_POSIX_SUPPORT)
  
 /* module dir */
 #ifndef MAGICKCORE_MODULES_DIRNAME
@@ -102,6 +104,8 @@ extern "C" {
 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH
 # define MAGICKCORE_FILTER_RELATIVE_PATH MAGICKCORE_MODULES_RELATIVE_PATH MAGICKCORE_DIR_SEPARATOR MAGICKCORE_FILTER_DIRNAME
 #endif
+
+#endif
  
 #if defined(__cplusplus) || defined(c_plusplus)
 }