 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
35# undef DEVICOUNTER_API
40# ifdef DEVICOUNTER_BUILD_DLL_EXPORT
41# define DEVICOUNTER_API __declspec(dllexport)
42# define DEVICOUNTER_T_API
43# pragma warning (disable : 4251)
44# pragma warning (disable : 4661)
45# pragma warning (disable : 4251)
50# elif (defined DEVICOUNTER_DLL)
51# define DEVICOUNTER_API __declspec(dllimport)
52# define DEVICOUNTER_T_API
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
56# define DEVICOUNTER_API
57# define DEVICOUNTER_T_API extern
61#include <QtCore/QtGlobal>
62# ifdef DEVICOUNTER_BUILD_DLL_EXPORT
63# define DEVICOUNTER_API Q_DECL_EXPORT
64# define DEVICOUNTER_T_API
65# elif (defined DEVICOUNTER_DLL)
66# define DEVICOUNTER_API Q_DECL_IMPORT
67# define DEVICOUNTER_T_API
69# define DEVICOUNTER_API
70# define DEVICOUNTER_T_API
74# define DEVICOUNTER_API __attribute__((visibility("default")))
75# define DEVICOUNTER_T_API
- DeviCounter
- Headers
- DLLInfo.h