]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/issues/1526
authorCristy <mikayla-grace@urban-warrior.org>
Sun, 31 Mar 2019 12:03:36 +0000 (08:03 -0400)
committerCristy <mikayla-grace@urban-warrior.org>
Sun, 31 Mar 2019 12:03:36 +0000 (08:03 -0400)
MagickCore/utility-private.h

index 412fbf19bcaba1adae52cd7996de987986463362..c2f06e909244a458defe2bab6c143e0461456172 100644 (file)
@@ -170,7 +170,7 @@ static inline void getcwd_utf8(char *path,size_t extent)
 #endif
 }
 
-#if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(__CYGWIN__)
+#if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(__CYGWIN__) && !defined(__MINGW32__)
 typedef int
   mode_t;
 #endif