00001 /*========================================================================= 00002 00003 Program: vtkCNMRRLibrary 00004 Module: $RCSfile: vtkCNMRRImagingWin32Header.h,v $ 00005 00006 Copyright 2007 The Pennsylvania State University 00007 00008 Notice 00009 00010 The contents of this file are subject to The Pennsylvania State University 00011 Open Source License (the "License"); you may not use this file except in 00012 compliance with the License. You may obtain a copy of the License at H066 00013 Radiology, NMR Building, 500 University Drive, Hershey, PA, 00014 tel. (717) 531-6069 or via email at dcb210@psu.edu. 00015 00016 Software distributed under the License is distributed on an "AS IS" basis, 00017 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 00018 for the specific language governing rights and limitations under the 00019 License. 00020 00021 The Original Code is listed under Exhibit A of the license. 00022 00023 The Initial Developer of the Original Code is Don Bigler. 00024 00025 Contributor(s): 00026 00027 00028 =========================================================================*/ 00036 #ifndef __vtkCNMRRImagingWin32Header_h 00037 #define __vtkCNMRRImagingWin32Header_h 00038 00039 #include <vtkCNMRRConfigure.h> 00040 00041 #if defined(WIN32) && !defined(VTKCNMRRLIBRARY_STATIC) 00042 #if defined(vtkCNMRRImaging_EXPORTS) 00043 #define VTK_CNMRR_IMAGING_EXPORT __declspec( dllexport ) 00044 #else 00045 #define VTK_CNMRR_IMAGING_EXPORT __declspec( dllimport ) 00046 #endif 00047 #else 00048 #define VTK_CNMRR_IMAGING_EXPORT 00049 #endif 00050 00051 #endif
1.4.7