 |
NDEVR
API Documentation
|
Go to the documentation of this file.
41# undef NDEVR_NETWORK_PROTOCOLS_API
46# ifdef NDEVR_NETWORK_PROTOCOLS_BUILD_DLL_EXPORT
47# define NDEVR_NETWORK_PROTOCOLS_API __declspec(dllexport)
48# define NDEVR_NETWORK_PROTOCOLS_T_API
49# pragma warning (disable : 4251)
50# pragma warning (disable : 4661)
51# pragma warning (disable : 4251)
56# elif !(defined NDEVR_STATIC_BUILD)
57# define NDEVR_NETWORK_PROTOCOLS_API __declspec(dllimport)
58# define NDEVR_NETWORK_PROTOCOLS_T_API
59# pragma warning (disable : 4661)
60# pragma warning (disable : 4251)
62# define NDEVR_NETWORK_PROTOCOLS_API
63# define NDEVR_NETWORK_PROTOCOLS_T_API extern
67#include <QtCore/QtGlobal>
68# ifdef NDEVR_NETWORK_PROTOCOLS_BUILD_DLL_EXPORT
69# define NDEVR_NETWORK_PROTOCOLS_API Q_DECL_EXPORT
70# define NDEVR_NETWORK_PROTOCOLS_T_API
71# elif (defined NDEVR_NETWORK_PROTOCOLS_DLL)
72# define NDEVR_NETWORK_PROTOCOLS_API Q_DECL_IMPORT
73# define NDEVR_NETWORK_PROTOCOLS_T_API
75# define NDEVR_NETWORK_PROTOCOLS_API
76# define NDEVR_NETWORK_PROTOCOLS_T_API
80# define NDEVR_NETWORK_PROTOCOLS_API __attribute__((visibility("default")))
81# define NDEVR_NETWORK_PROTOCOLS_T_API