vtkMRMLCLIWin32Header.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00018
00019 #ifndef __vtkMRMLCLIWin32Header_h
00020 #define __vtkMRMLCLIWin32Header_h
00021
00022 #include <vtkMRMLCLIConfigure.h>
00023
00024 #if defined(WIN32) && !defined(VTKMRMLCLI_STATIC)
00025 #if defined(MRMLCLI_EXPORTS)
00026 #define VTK_MRML_CLI_EXPORT __declspec( dllexport )
00027 #else
00028 #define VTK_MRML_CLI_EXPORT __declspec( dllimport )
00029 #endif
00030 #else
00031 #define VTK_MRML_CLI_EXPORT
00032 #endif
00033
00034 #endif