aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/DLL.hh
blob: 0b72ff0a5379a32f85653334609d1c70e31b8521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __QPDF_DLL_HH__
#define __QPDF_DLL_HH__

#ifdef _WIN32
# define DLL_EXPORT __declspec(dllexport)
#else
# define DLL_EXPORT
#endif

#endif // __QPDF_DLL_HH__