 |
NDEVR
API Documentation
|
34# undef SHP_INTERFACE_API
39# ifdef SHP_INTERFACE_BUILD_DLL_EXPORT
40# define SHP_INTERFACE_API __declspec(dllexport)
41# define SHP_INTERFACE_T_API
42# pragma warning (disable : 4251)
43# pragma warning (disable : 4661)
44# pragma warning (disable : 4251)
45# pragma warning (disable : 26812)
50# elif (defined SHP_INTERFACE_DLL)
51# define SHP_INTERFACE_API __declspec(dllimport)
52# define SHP_INTERFACE_T_API
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
55# pragma warning (disable : 26812)
57# define SHP_INTERFACE_API
58# define SHP_INTERFACE_T_API
62#include <QtCore/QtGlobal>
63# ifdef SHP_INTERFACE_BUILD_DLL_EXPORT
64# define SHP_INTERFACE_API Q_DECL_EXPORT
65# define SHP_INTERFACE_T_API
70# elif (defined SHP_INTERFACE_DLL)
71# define SHP_INTERFACE_API Q_DECL_IMPORT
72# define SHP_INTERFACE_T_API
74# define SHP_INTERFACE_API
75# define SHP_INTERFACE_T_API
78# define SHP_INTERFACE_API
79# define SHP_INTERFACE_T_API extern
- SHPInterface
- Headers
- DLLInfo.h