From ec8851cf174b2215441ddb377eb7a9ef33f1b3c0 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 30 Nov 2014 19:29:07 +0100 Subject: Update the headers for ImageMagick 6.9.0. --- dmagick/c/exception.d | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dmagick/c/exception.d') diff --git a/dmagick/c/exception.d b/dmagick/c/exception.d index 2e3642e..10b7824 100644 --- a/dmagick/c/exception.d +++ b/dmagick/c/exception.d @@ -134,7 +134,12 @@ extern(C) void CatchException(ExceptionInfo*); void ClearMagickException(ExceptionInfo*); - void GetExceptionInfo(ExceptionInfo*); + + static if ( MagickLibVersion < 0x689 ) + { + void GetExceptionInfo(ExceptionInfo*); + } + void InheritException(ExceptionInfo*, const(ExceptionInfo)*); void MagickError(const ExceptionType, const(char)*, const(char)*); void MagickFatalError(const ExceptionType, const(char)*, const(char)*); -- cgit v1.2.3