From 3abfaaa1f9c9ca726ac2cc67c90aa9e4bf763d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Fri, 16 Feb 2024 20:22:14 +0000 Subject: [PATCH] Fix zlib compilation error --- niftyreg_build_version.txt | 2 +- reg-io/zlib/zconf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 74fa38c9..92c732d0 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -407 +408 diff --git a/reg-io/zlib/zconf.h b/reg-io/zlib/zconf.h index 62adc8d8..58b9fd7b 100644 --- a/reg-io/zlib/zconf.h +++ b/reg-io/zlib/zconf.h @@ -475,7 +475,7 @@ typedef uLong FAR uLongf; # endif #endif #ifndef Z_HAVE_UNISTD_H -# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) +# ifndef _WIN32 # define Z_HAVE_UNISTD_H # endif #endif