Commit ab38e07c6 for imagemagick.org
commit ab38e07c6bfa460c910d877d044b77dd98bb118a
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sat Apr 19 09:32:23 2025 +0200
Use our own define until we can do a proper version check.
diff --git a/coders/dng.c b/coders/dng.c
index 82418018b..c1a7c4dd8 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)