 |
NDEVR
API Documentation
|
40#include <NDEVRConfig.h>
42# undef NDEVR_NETWORK_API
47# ifdef NDEVR_NETWORK_BUILD_DLL_EXPORT
48# define NDEVR_NETWORK_API __declspec(dllexport)
49# define NDEVR_NETWORK_T_API
50# pragma warning (disable : 4251)
51# pragma warning (disable : 4661)
52# pragma warning (disable : 4251)
57# elif !(defined NDEVR_STATIC_BUILD)
58# define NDEVR_NETWORK_API __declspec(dllimport)
59# define NDEVR_NETWORK_T_API
60# pragma warning (disable : 4661)
61# pragma warning (disable : 4251)
63# define NDEVR_NETWORK_API
64# define NDEVR_NETWORK_T_API extern
68#include <QtCore/QtGlobal>
69# ifdef NDEVR_NETWORK_BUILD_DLL_EXPORT
70# define NDEVR_NETWORK_API Q_DECL_EXPORT
71# define NDEVR_NETWORK_T_API
72# elif (defined NDEVR_NETWORK_DLL)
73# define NDEVR_NETWORK_API Q_DECL_IMPORT
74# define NDEVR_NETWORK_T_API
76# define NDEVR_NETWORK_API
77# define NDEVR_NETWORK_T_API
81# define NDEVR_NETWORK_API __attribute__((visibility("default")))
82# define NDEVR_NETWORK_T_API
- NDEVRNetwork
- Headers
- DLLInfo.h