VTK
vtkCocoaMacOSXSDKCompatibility.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3 Program: Visualization Toolkit
4 Module: vtkCocoaMacOSXSDKCompatibility.h
5 
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
26 #include <AvailabilityMacros.h>
27 
28 #if MAC_OS_X_VERSION_MAX_ALLOWED < 1050
29  #error VTK requires the Mac OS X 10.5 SDK or later
30 #endif
31 
32 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
33  #error VTK requires a deployment target of Mac OS X 10.5 or later
34 #endif
35 // VTK-HeaderTest-Exclude: vtkCocoaMacOSXSDKCompatibility.h