Skip to content

Commit 5125599

Browse files
committed
Patch to allow usage of the latest snapshot on Windows.
1 parent a7512e9 commit 5125599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: coders/dng.c

+4
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,11 @@ 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)
333+
const INT64 offset)
334+
#else
332335
const int offset)
336+
#endif
333337
{
334338
magick_unreferenced(file);
335339
if (offset >= 0)

0 commit comments

Comments
 (0)