KWWidgets
debian/tmp/usr/include/KWWidgets/vtkKWWidgets.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Module: $RCSfile: vtkKWWidgets.h,v $
4 
5  Copyright (c) Kitware, Inc.
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm 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 #ifndef __vtkKWWidgets_h
15 #define __vtkKWWidgets_h
16 
17 #include "vtkKWWidgetsConfigure.h"
18 
19 #if defined(_WIN32) && defined(KWWidgets_BUILD_SHARED_LIBS)
20 # if defined(KWWidgets_EXPORTS)
21 # define KWWidgets_EXPORT __declspec( dllexport )
22 # else
23 # define KWWidgets_EXPORT __declspec( dllimport )
24 # endif
25 #else
26 # define KWWidgets_EXPORT
27 #endif
28 
29 #ifdef __cplusplus
30 #define KWWidgets_EXTERN extern "C"
31 #else
32 #define KWWidgets_EXTERN extern
33 #endif
34 
35 #endif