Commit 75c5056cb for imagemagick.org
commit 75c5056cbcefcc328cdb716fcc8f95d177bdbae4
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Fri Apr 18 19:11:10 2025 +0200
Check for _MSC_VER until we can do a proper version check.
diff --git a/coders/dng.c b/coders/dng.c
index f2c293a02..82418018b 100644
--- a/coders/dng.c
+++ b/coders/dng.c
@@ -331,10 +331,8 @@ static void SetLibRawParams(const ImageInfo *image_info,Image *image,
#endif
}
-#define MAGICK_RAW_DEVELVERSION Devel202502
-
static void LibRawDataError(void *data,const char *magick_unused(file),
-#if defined(LIBRAW_VERSION_TAIL) && LIBRAW_VERSION_TAIL == MAGICK_RAW_DEVELVERSION
+#if defined(_MSC_VER)
const INT64 offset)
#else
const int offset)