From: cristy Date: Tue, 21 Feb 2012 13:55:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=544a7f0eebd134ec2f3622c6b41194e8263bc6c1;p=imagemagick --- diff --git a/MagickWand/MagickWand.h b/MagickWand/MagickWand.h index 818e05016..ee67e8824 100644 --- a/MagickWand/MagickWand.h +++ b/MagickWand/MagickWand.h @@ -96,18 +96,6 @@ extern "C" { # endif # endif -# if defined(_DLL) && !defined(_LIB) -# define ModuleExport __declspec(dllexport) -# if defined(_VISUALC_) -# pragma message( "MagickWand module DLL export interface" ) -# endif -# else -# define ModuleExport -# if defined(_VISUALC_) -# pragma message( "MagickWand module static interface" ) -# endif - -# endif # define WandGlobal __declspec(thread) # if defined(_VISUALC_) # pragma warning(disable : 4018)