|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
34# undef LOCAL_CAMERA_STREAM_API
39# ifdef LOCALCAMERASTREAM_BUILD_DLL_EXPORT
40# define LOCAL_CAMERA_STREAM_API __declspec(dllexport)
41# define LOCALCAMERASTREAM_T_API
42# pragma warning (disable : 4251)
43# pragma warning (disable : 4661)
44# pragma warning (disable : 4251)
49# elif (defined LOCALCAMERASTREAM_DLL)
50# define LOCAL_CAMERA_STREAM_API __declspec(dllimport)
51# define LOCALCAMERASTREAM_T_API
52# pragma warning (disable : 4661)
53# pragma warning (disable : 4251)
55# define LOCAL_CAMERA_STREAM_API
56# define LOCALCAMERASTREAM_T_API extern
60#include <QtCore/QtGlobal>
61# ifdef LOCALCAMERASTREAM_BUILD_DLL_EXPORT
62# define LOCAL_CAMERA_STREAM_API Q_DECL_EXPORT
63# define LOCALCAMERASTREAM_T_API
64# elif (defined LOCALCAMERASTREAM_DLL)
65# define LOCAL_CAMERA_STREAM_API Q_DECL_IMPORT
66# define LOCALCAMERASTREAM_T_API
68# define LOCAL_CAMERA_STREAM_API
69# define LOCALCAMERASTREAM_T_API
73# define LOCAL_CAMERA_STREAM_API __attribute__((visibility("default")))
74# define LOCALCAMERASTREAM_T_API