|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#define NDEVR_SUPPORTS_ODA 1
41# ifdef NDEVR_CAD_BUILD_DLL_EXPORT
42# define NDEVR_CAD_API __declspec(dllexport)
43# define NDEVR_CAD_T_API
44# pragma warning (disable : 4251)
45# pragma warning (disable : 4661)
46# pragma warning (disable : 4251)
52# elif (defined NDEVR_CAD_DLL)
53# define NDEVR_CAD_API __declspec(dllimport)
54# define NDEVR_CAD_T_API
55# pragma warning (disable : 4661)
56# pragma warning (disable : 4251)
59# define NDEVR_CAD_T_API extern
62#include <QtCore/QtGlobal>
63# ifdef NDEVR_CAD_BUILD_DLL_EXPORT
64# define NDEVR_CAD_API Q_DECL_EXPORT
65# define NDEVR_CAD_T_API
70# elif (defined NDEVR_CAD_DLL)
71# define NDEVR_CAD_API Q_DECL_IMPORT
72# define NDEVR_CAD_T_API
75# define NDEVR_CAD_T_API
79# define NDEVR_CAD_API __attribute__ ((visibility("default")))