]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 21 Feb 2012 13:55:33 +0000 (13:55 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 21 Feb 2012 13:55:33 +0000 (13:55 +0000)
MagickWand/MagickWand.h

index 818e05016fb3a8e7e0114749bfb44561c06ab87b..ee67e8824a2e9033f95a0d26e6fe7d500ef6e824 100644 (file)
@@ -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)