Skip to content

Commit a2d5269

Browse files
committed
Use our own define until we can do a proper version check.
1 parent 5125599 commit a2d5269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coders/dng.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ static void SetLibRawParams(const ImageInfo *image_info,Image *image,
329329
}
330330

331331
static void LibRawDataError(void *data,const char *magick_unused(file),
332-
#if defined(_MSC_VER)
332+
#if MAGICK_LIBRAW_VERSION_TAIL == 202502
333333
const INT64 offset)
334334
#else
335335
const int offset)

0 commit comments

Comments
 (0)