|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
39# ifdef CSF_BUILD_DLL_EXPORT
40# define CSF_API __declspec(dllexport)
41# pragma warning (disable : 4251)
47# elif (defined CSF_DLL)
48# define CSF_API __declspec(dllimport)
53#include <QtCore/QtGlobal>
54# ifdef CSF_BUILD_DLL_EXPORT
55# define CSF_API Q_DECL_EXPORT
60# elif (defined CSF_DLL)
61# define CSF_API Q_DECL_IMPORT
67# define CSF_API __attribute__ ((visibility("default")))