vtk-dicom  0.8.17
vtkDICOMBuild.h
1 /*=========================================================================
2 
3  Program: DICOM for VTK
4 
5  Copyright (c) 2012-2024 David Gobbi
6  All rights reserved.
7  See Copyright.txt or http://www.cognitive-antics.net/bsd3.txt for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 
15 #ifndef vtkDICOMBuild_h
16 #define vtkDICOMBuild_h
17 
18 #warning "Header vtkDICOMBuild.h is deprecated."
19 
20 /* Source and Build version info. */
21 #define DICOM_SOURCE_VERSION ""
22 #define DICOM_BUILD_DATE ""
23 #define DICOM_BUILD_TIME ""
24 
25 #endif