vtkPharmacokineticsWin32Header.h
Go to the documentation of this file.00001
00002 #ifndef __vtkPharmacokineticsWin32Header_h
00003 #define __vtkPharmacokineticsWin32Header_h
00004
00005 #include <vtkPharmacokineticsConfigure.h>
00006
00007 #if defined(WIN32) && !defined(VTKSLICER_STATIC)
00008 #if defined(Pharmacokinetics_EXPORTS)
00009 #define VTK_Pharmacokinetics_EXPORT __declspec( dllexport )
00010 #else
00011 #define VTK_Pharmacokinetics_EXPORT __declspec( dllimport )
00012 #endif
00013 #else
00014 #define VTK_Pharmacokinetics_EXPORT
00015 #endif
00016 #endif