summaryrefslogtreecommitdiff
path: root/dmagick/c/exception.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/exception.d')
-rw-r--r--dmagick/c/exception.d7
1 files changed, 6 insertions, 1 deletions
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)*);