Changeset 6929


Ignore:
Timestamp:
02/21/12 08:55:33 (15 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/MagickWand/MagickWand.h

    r6890 r6929  
    9797# endif 
    9898 
    99 # if defined(_DLL) && !defined(_LIB) 
    100 #  define ModuleExport  __declspec(dllexport) 
    101 #  if defined(_VISUALC_) 
    102 #   pragma message( "MagickWand module DLL export interface" ) 
    103 #  endif 
    104 # else 
    105 #  define ModuleExport 
    106 #  if defined(_VISUALC_) 
    107 #   pragma message( "MagickWand module static interface" ) 
    108 #  endif 
    109  
    110 # endif 
    11199# define WandGlobal __declspec(thread) 
    112100# if defined(_VISUALC_) 
Note: See TracChangeset for help on using the changeset viewer.