VTK  9.3.20240327
QVTKWin32Header.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3 // SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
4 #ifndef QVTKWin32Header_h
5 #define QVTKWin32Header_h
6 
7 #include "vtkABI.h"
8 #include "vtkBuild.h"
9 #include "vtkSystemIncludes.h"
10 
11 #if defined(VTK_BUILD_SHARED_LIBS)
12 #if defined(QVTK_EXPORTS)
13 #define QVTK_EXPORT VTK_ABI_EXPORT
14 #else
15 #define QVTK_EXPORT VTK_ABI_IMPORT
16 #endif
17 #else
18 #define QVTK_EXPORT
19 #endif
20 
21 #endif /*QVTKWin32Header_h*/