diff options
| author | Mike Wey | 2014-11-30 19:29:07 +0100 |
|---|---|---|
| committer | Mike Wey | 2014-11-30 19:29:07 +0100 |
| commit | ec8851cf174b2215441ddb377eb7a9ef33f1b3c0 (patch) | |
| tree | a6496d1b896ce0611dc148184f9a9793b90d1835 /dmagick/c/exception.d | |
| parent | a158740e2834824a70997375a1d813f8d55f6adc (diff) | |
Update the headers for ImageMagick 6.9.0.ImageMagick_6.9.0
Diffstat (limited to 'dmagick/c/exception.d')
| -rw-r--r-- | dmagick/c/exception.d | 7 |
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)*); |
