From ab38e07c6bfa460c910d877d044b77dd98bb118a Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 19 Apr 2025 09:32:23 +0200 Subject: [PATCH] Use our own define until we can do a proper version check. --- coders/dng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/dng.c b/coders/dng.c index 82418018ba..c1a7c4dd81 100644 --- a/coders/dng.c +++ b/coders/dng.c @@ -332,7 +332,7 @@ static void SetLibRawParams(const ImageInfo *image_info,Image *image, } static void LibRawDataError(void *data,const char *magick_unused(file), -#if defined(_MSC_VER) +#if MAGICK_LIBRAW_VERSION_TAIL == 202502 const INT64 offset) #else const int offset)