Patch from Leonardo M. Ramé, updates the ImageMagick library name in UNIXes

git-svn-id: trunk@16088 -
This commit is contained in:
sekelsenmat 2010-10-06 13:13:35 +00:00
parent 8b21987df2
commit 7961fec295

View File

@ -47,7 +47,7 @@ const
WandExport = 'CORE_RL_wand_.dll';
{$else}
MagickExport = 'libMagickCore';
WandExport = 'libWand';
WandExport = 'libMagickWand'; // Previous ImageMagick versions used 'libWand'
{$endif}
{# include "magick/methods.h"