vtkSlicerTractographyFiducialSeedingWin32Header.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __vtkSlicerTractographyFiducialSeedingWin32Header_h
00020 #define __vtkSlicerTractographyFiducialSeedingWin32Header_h
00021
00022 #include <vtkSlicerTractographyFiducialSeedingConfigure.h>
00023
00024 #if defined(WIN32) && !defined(VTKSLICER_STATIC)
00025 #if defined(SlicerTractographyFiducialSeeding_EXPORTS)
00026 #define VTK_FIDUCIALSEEDING_EXPORT __declspec( dllexport )
00027 #else
00028 #define VTK_FIDUCIALSEEDING_EXPORT __declspec( dllimport )
00029 #endif
00030 #else
00031 #define VTK_FIDUCIALSEEDING_EXPORT
00032 #endif
00033
00034 #endif