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