vtkSlicerBaseGUIWin32Header.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: vtkSlicerBaseGUIWin32Header.h,v $
00010   Date:      $Date: 2010-02-15 16:34:06 -0500 (Mon, 15 Feb 2010) $
00011   Version:   $Revision: 12141 $
00012 
00013 =========================================================================auto=*/
00018 
00019 #ifndef __vtkSlicerBaseGUIWin32Header_h
00020 #define __vtkSlicerBaseGUIWin32Header_h
00021 
00022 #include <vtkSlicerBaseGUIConfigure.h>
00023 
00024 #if defined(WIN32) && !defined(VTKSLICER_STATIC)
00025 #if defined(SlicerBaseGUI_EXPORTS)
00026 #define VTK_SLICER_BASE_GUI_EXPORT __declspec( dllexport ) 
00027 #else
00028 #define VTK_SLICER_BASE_GUI_EXPORT __declspec( dllimport ) 
00029 #endif
00030 #else
00031 #define VTK_SLICER_BASE_GUI_EXPORT
00032 #endif
00033 
00034 #endif

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1