 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
37#define TSL_NO_EXCEPTIONS 1
43# ifdef NDEVR_BASE_BUILD_DLL_EXPORT
51# define NDEVR_BASE_API __declspec(dllexport)
58# define NDEVR_BASE_T_API
59# pragma warning (disable : 4251)
60# pragma warning (disable : 4661)
61# pragma warning (disable : 4251)
62# pragma warning (disable : 26812)
67# elif !(defined NDEVR_STATIC_BUILD)
69# define NDEVR_BASE_API __declspec(dllimport)
71# define NDEVR_BASE_T_API
72# pragma warning (disable : 4661)
73# pragma warning (disable : 4251)
74# pragma warning (disable : 26812)
77# define NDEVR_BASE_API
79# define NDEVR_BASE_T_API extern
83#include <QtCore/QtGlobal>
84# ifdef NDEVR_BASE_BUILD_DLL_EXPORT
90# define NDEVR_BASE_API Q_DECL_EXPORT
94# define NDEVR_BASE_T_API
99# elif (defined NDEVR_BASE_DLL)
101# define NDEVR_BASE_API Q_DECL_IMPORT
103# define NDEVR_BASE_T_API
106# define NDEVR_BASE_API
108# define NDEVR_BASE_T_API
117# define NDEVR_BASE_API
121# define NDEVR_BASE_T_API extern