DLL.hh 165 Bytes Edit Raw Blame History 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__