]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 13 Oct 2011 17:12:56 +0000 (17:12 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 13 Oct 2011 17:12:56 +0000 (17:12 +0000)
MagickCore/nt-base-private.h
MagickCore/nt-base.h

index 8fbac5a92eaa4a91ad172031d5a17ff176d67e17..659122a32fec3fa5a8d10f5f083421a5e18935a5 100644 (file)
@@ -135,9 +135,6 @@ extern "C" {
 #if !defined(inline)
 #  define inline __inline
 #endif
-#if !defined(isatty)
-#  define isatty _isatty
-#endif
 #if !defined(locale_t)
 #define locale_t _locale_t
 #endif
index 08c111ff31784ba9e2353d56f310773d82d59835..191df1e9300efb2e95c134745ecdaa193bdb8851 100644 (file)
@@ -24,6 +24,10 @@ extern "C" {
 
 #include "MagickCore/geometry.h"
 
+#if !defined(isatty)
+#  define isatty _isatty
+#endif
+
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)
 extern MagickExport void
   *CropImageToHBITMAP(Image *,const RectangleInfo *,ExceptionInfo *),