|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#include <NDEVRConfig.h>
39# ifdef NDEVR_BASE_BUILD_DLL_EXPORT
40# define NDEVR_BASE_API __declspec(dllexport)
41# define NDEVR_BASE_T_API
42# pragma warning (disable : 4251)
43# pragma warning (disable : 4661)
44# pragma warning (disable : 4251)
45# pragma warning (disable : 26812)
50# elif !(defined NDEVR_STATIC_BUILD)
51# define NDEVR_BASE_API __declspec(dllimport)
52# define NDEVR_BASE_T_API
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
55# pragma warning (disable : 26812)
57# define NDEVR_BASE_API
58# define NDEVR_BASE_T_API
62#include <QtCore/QtGlobal>
63# ifdef NDEVR_BASE_BUILD_DLL_EXPORT
64# define NDEVR_BASE_API Q_DECL_EXPORT
65# define NDEVR_BASE_T_API
70# elif (defined NDEVR_BASE_DLL)
71# define NDEVR_BASE_API Q_DECL_IMPORT
72# define NDEVR_BASE_T_API
74# define NDEVR_BASE_API
75# define NDEVR_BASE_T_API
78# define NDEVR_BASE_API
79# define NDEVR_BASE_T_API extern