 |
NDEVR
API Documentation
|
34# undef BLOCK_MODEL_API
39# ifdef BLOCK_MODEL_BUILD_DLL_EXPORT
40# define BLOCK_MODEL_API __declspec(dllexport)
41# define BLOCK_MODEL_T_API
42# pragma warning (disable : 4251)
43# pragma warning (disable : 4661)
44# pragma warning (disable : 4251)
49# elif (defined BLOCK_MODEL_DLL)
50# define BLOCK_MODEL_API __declspec(dllimport)
51# define BLOCK_MODEL_T_API
52# pragma warning (disable : 4661)
53# pragma warning (disable : 4251)
55# define BLOCK_MODEL_API
56# define BLOCK_MODEL_T_API extern
60#include <QtCore/QtGlobal>
61# ifdef BLOCK_MODEL_BUILD_DLL_EXPORT
62# define BLOCK_MODEL_API Q_DECL_EXPORT
63# define BLOCK_MODEL_T_API
64# elif (defined BLOCK_MODEL_DLL)
65# define BLOCK_MODEL_API Q_DECL_IMPORT
66# define BLOCK_MODEL_T_API
68# define BLOCK_MODEL_API
69# define BLOCK_MODEL_T_API
73# define BLOCK_MODEL_API __attribute__((visibility("default")))
74# define BLOCK_MODEL_T_API
- BlockModel
- Headers
- DLLInfo.h