]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 29 Mar 2011 14:55:11 +0000 (14:55 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 29 Mar 2011 14:55:11 +0000 (14:55 +0000)
magick/nt-base.h

index 77f495d7caf2b3ce45b1474611ec7e4a89857761..6af1c30e71ca54f661a5b5e5c6a775dfda76cfa4 100644 (file)
@@ -93,12 +93,12 @@ extern "C" {
 #  define fileno  _fileno
 #endif
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(Windows95) && \
-  !(defined(_MSC_VER) && (_MSC_VER < 1400)) &&  (__MSVCRT_VERSION__ < 0x800)
+  !(defined(_MSC_VER) && (_MSC_VER < 1400)) && (__MSVCRT_VERSION__ < 0x800)
 #  define fseek  _fseeki64
 #endif
 #if !defined(fstat) && !defined(__BORLANDC__)
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(Windows95) && \
-  !(defined(_MSC_VER) && (_MSC_VER < 1400)) &&  (__MSVCRT_VERSION__ < 0x800)
+  !(defined(_MSC_VER) && (_MSC_VER < 1400)) && (__MSVCRT_VERSION__ < 0x800)
 #  define fstat  _fstati64
 #else
 #  define fstat  _fstat
@@ -108,7 +108,7 @@ extern "C" {
 #  define fsync  _commit
 #endif
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(Windows95) && \
-  !(defined(_MSC_VER) && (_MSC_VER < 1400)) &&  (__MSVCRT_VERSION__ < 0x800)
+  !(defined(_MSC_VER) && (_MSC_VER < 1400)) && (__MSVCRT_VERSION__ < 0x800)
 #  define ftell  _ftelli64
 #endif
 #if !defined(ftruncate)
@@ -130,7 +130,7 @@ extern "C" {
 #  define isatty _isatty
 #endif
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(Windows95) && \
-  !(defined(_MSC_VER) && (_MSC_VER < 1400)) &&  (__MSVCRT_VERSION__ < 0x800)
+  !(defined(_MSC_VER) && (_MSC_VER < 1400)) && (__MSVCRT_VERSION__ < 0x800)
 #  define lseek  _lseeki64
 #endif
 #if !defined(MAGICKCORE_LTDL_DELEGATE)