]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 17 Jun 2014 00:22:22 +0000 (00:22 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 17 Jun 2014 00:22:22 +0000 (00:22 +0000)
MagickCore/nt-base.h

index 87ead52d3bc7e1d026f5f2272c5c38f94ae03330..9bf6b161dddc4dd7e8a31b9142cf56c3d1ed321a 100644 (file)
@@ -142,10 +142,15 @@ extern "C" {
 #endif
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(Windows95) && \
   !(defined(_MSC_VER) && (_MSC_VER < 1400)) && (__MSVCRT_VERSION__ < 0x800)
+#if !defined(lseek)
 #  define lseek  _lseeki64
+#endif
 #else
+#if !defined(lseek)
 #  define lseek  _lseek
 #endif
+#else
+#endif
 #if !defined(MAGICKCORE_LTDL_DELEGATE)
 #if !defined(lt_dlclose)
 #  define lt_dlclose(handle)  NTCloseLibrary(handle)