Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
org_mitk_core_ext_Export.h
Go to the documentation of this file.
1
2
3
// .NAME __org_mitk_core_ext_Export - manage Windows system differences
4
// .SECTION Description
5
// The __org_mitk_core_ext_Export captures some system differences between Unix
6
// and Windows operating systems.
7
8
#ifndef __org_mitk_core_ext_Export_h
9
#define __org_mitk_core_ext_Export_h
10
11
#include "ctkCompilerDetections_p.h"
12
13
#include <QtGlobal>
14
15
#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
16
# if defined(org_mitk_core_ext_EXPORTS)
17
# define MITKCOREEXT_EXPORT Q_DECL_EXPORT
18
# else
19
# define MITKCOREEXT_EXPORT Q_DECL_IMPORT
20
# endif
21
#endif
22
23
#if !defined(MITKCOREEXT_EXPORT)
24
//# if defined(CTK_SHARED)
25
# define MITKCOREEXT_EXPORT Q_DECL_EXPORT
26
//# else
27
//# define MITKCOREEXT_EXPORT
28
//# endif
29
#endif
30
31
#endif
32
Plugins
org.mitk.core.ext
org_mitk_core_ext_Export.h
Generated on Thu Mar 12 2020 10:24:09 for Medical Imaging Interaction Toolkit by
1.8.13