vtkbone
vtkboneWin32Header.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Copyright 2010-2016, Numerics88 Solutions Ltd.
4  http://www.numerics88.com/
5 
6  Copyright (c) Eric Nodwell and Steven K. Boyd
7  See Copyright.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 
21 #ifndef __vtkboneWin32Header_h
22 #define __vtkboneWin32Header_h
23 
24 #include "vtkboneConfigure.h"
25 
26 #if defined(WIN32) && !defined(VTKBONE_STATIC)
27 #if defined(vtkbone_EXPORTS)
28 #define VTKBONE_EXPORT __declspec( dllexport )
29 #else
30 #define VTKBONE_EXPORT __declspec( dllimport )
31 #endif
32 #else
33 #define VTKBONE_EXPORT
34 #endif
35 
36 #endif