]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 11 Feb 2012 22:19:02 +0000 (22:19 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 11 Feb 2012 22:19:02 +0000 (22:19 +0000)
MagickCore/utility-private.h

index 7d5380286406693a47665493cb3e10128f78e3ee..67b5d3b273ed24686b79426360628aab42534775 100644 (file)
@@ -45,6 +45,9 @@ extern MagickPrivate void
 */
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(__CYGWIN__) && !defined(__MINGW32__)
+typedef int
+  mode_t;
+
 static inline int MultiByteToWideCharacter(const char *string,
   WCHAR **wide_string,size_t *extent)
 {