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