|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
39# ifdef PDF_BUILD_DLL_EXPORT
40# define PDF_API __declspec(dllexport)
42# pragma warning (disable : 4251)
43# pragma warning (disable : 4661)
44# pragma warning (disable : 4251)
45# pragma warning (disable : 26812)
50# elif (defined PDF_DLL)
51# define PDF_API __declspec(dllimport)
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
55# pragma warning (disable : 26812)
62#include <QtCore/QtGlobal>
63# ifdef PDF_BUILD_DLL_EXPORT
64# define PDF_API Q_DECL_EXPORT
70# elif (defined PDF_DLL)
71# define PDF_API Q_DECL_IMPORT
79# define PDF_T_API extern