Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkMRMLLogicWin32Header.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: vtkMRMLLogicWin32Header.h,v $
00010   Date:      $Date: 2006/01/06 17:56:51 $
00011   Version:   $Revision: 1.4 $
00012 
00013 =========================================================================auto=*/
00018 
00019 
00020 #ifndef __vtkMRMLLogicWin32Header_h
00021 #define __vtkMRMLLogicWin32Header_h
00022 
00023 #include <vtkMRMLLogicConfigure.h>
00024 
00025 #if defined(WIN32) && !defined(VTKMRMLLogic_STATIC)
00026 #if defined(MRMLLogic_EXPORTS)
00027 #define VTK_MRML_LOGIC_EXPORT __declspec( dllexport ) 
00028 #else
00029 #define VTK_MRML_LOGIC_EXPORT __declspec( dllimport )
00030 #endif
00031 #else
00032 #define VTK_MRML_LOGIC_EXPORT
00033 #endif
00034 
00035 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines