vtkSlicerTractographyFiducialSeedingWin32Header.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 Doc/copyright/copyright.txt
00006   or http://www.slicer.org/copyright/copyright.txt for details.
00007 
00008   Program:   3D Slicer
00009   Module:    $RCSfile: vtkFiducilaSeedingWin32Header.h,v $
00010   Date:      $Date: 2006/01/06 17:56:51 $
00011   Version:   $Revision: 1.4 $
00012 
00013 =========================================================================auto=*/
00014 // .NAME vtkFiducilaSeedingWin32Header - manage Windows system differences
00015 // .SECTION Description
00016 // The vtkFiducilaSeedingWin32Header captures some system differences between Unix
00017 // and Windows operating systems. 
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

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1