Changeset 6929
- Timestamp:
- 02/21/12 08:55:33 (15 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/MagickWand/MagickWand.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/MagickWand/MagickWand.h
r6890 r6929 97 97 # endif 98 98 99 # if defined(_DLL) && !defined(_LIB)100 # define ModuleExport __declspec(dllexport)101 # if defined(_VISUALC_)102 # pragma message( "MagickWand module DLL export interface" )103 # endif104 # else105 # define ModuleExport106 # if defined(_VISUALC_)107 # pragma message( "MagickWand module static interface" )108 # endif109 110 # endif111 99 # define WandGlobal __declspec(thread) 112 100 # if defined(_VISUALC_)
Note: See TracChangeset
for help on using the changeset viewer.
