Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkMRMLWin32Header.h
Go to the documentation of this file.
00001 /*=auto=========================================================================
00002 
00003   Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
00004 
00005   See COPYRIGHT.txt
00006   or http://www.slicer.org/copyright/copyright.txt for details.
00007 
00008   Program:   3D MRML
00009   Module:    $RCSfile: vtkMRMLWin32Header.h,v $
00010   Date:      $Date: 2006/01/06 17:56:51 $
00011   Version:   $Revision: 1.4 $
00012 
00013 =========================================================================auto=*/
00018 
00019 #ifndef __vtkMRMLWin32Header_h
00020 #define __vtkMRMLWin32Header_h
00021 
00022 #include <vtkMRMLConfigure.h>
00023 
00024 #if defined(WIN32) && !defined(VTKMRML_STATIC)
00025 #if defined(MRMLCore_EXPORTS)
00026 #define VTK_MRML_EXPORT __declspec( dllexport )
00027 #else
00028 #define VTK_MRML_EXPORT __declspec( dllimport )
00029 #endif
00030 #else
00031 #define VTK_MRML_EXPORT
00032 #endif
00033 
00034 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines