]> granicus.if.org Git - imagemagick/blobdiff - utilities/mogrify.c
(no commit message)
[imagemagick] / utilities / mogrify.c
index 9608afb93a77fe04d711a8aa877e973b5e477972..2f49ac183c7774c0cd39842e6b4bff72cb5196ff 100644 (file)
@@ -17,7 +17,7 @@
 %                            December 1992                                    %
 %                                                                             %
 %                                                                             %
-%  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization      %
+%  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization      %
 %  dedicated to making software imaging solutions freely available.           %
 %                                                                             %
 %  You may not use this file except in compliance with the License.  You may  %
@@ -60,7 +60,7 @@
 %
 */
 
-int MogrifyMain(int argc,char **argv)
+static int MogrifyMain(int argc,char **argv)
 {
   ExceptionInfo
     *exception;
@@ -82,7 +82,7 @@ int MogrifyMain(int argc,char **argv)
   return(status);
 }
 
-#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
+#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__)
 int main(int argc,char **argv)
 {
   return(MogrifyMain(argc,argv));