aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QTC.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-21 03:45:13 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-21 03:45:13 +0200
commit27ee889c0e74e84035c2c208c856729a16d866c7 (patch)
tree4a9562232e327ff2a9d18f947121ea6895d3b38b /include/qpdf/QTC.hh
parent95753c6b534d22951e254f221802ba09d6d71077 (diff)
downloadqpdf-27ee889c0e74e84035c2c208c856729a16d866c7.tar.zst
tweak dll stuff again
git-svn-id: svn+q:///qpdf/trunk@851 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include/qpdf/QTC.hh')
-rw-r--r--include/qpdf/QTC.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh
index d91fa6a5..f0cd4707 100644
--- a/include/qpdf/QTC.hh
+++ b/include/qpdf/QTC.hh
@@ -12,7 +12,7 @@
namespace QTC
{
- DLL_EXPORT
+ QPDF_DLL
void TC(char const* const scope, char const* const ccase, int n = 0);
};