commit | fe2d5fb3affca36d59b2db6e45b091df40af93df | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Feb 11 22:19:02 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Feb 11 22:19:02 2012 +0000 |
tree | 40678ba06d1e3ada93e9b375036807d613a5b0b4 | |
parent | 46e350eab407fbe2c14d8d775f0f427337c0750f [diff] [blame] |
diff --git a/MagickCore/utility-private.h b/MagickCore/utility-private.h index 7d53802..67b5d3b 100644 --- a/MagickCore/utility-private.h +++ b/MagickCore/utility-private.h
@@ -45,6 +45,9 @@ */ #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) {