summaryrefslogtreecommitdiff
path: root/include/package/Deflater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/package/Deflater.hxx')
-rw-r--r--include/package/Deflater.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx
index 2a5c9d103260..4d0ce5083e92 100644
--- a/include/package/Deflater.hxx
+++ b/include/package/Deflater.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_PACKAGE_DEFLATER_HXX
#define INCLUDED_PACKAGE_DEFLATER_HXX
+#include <config_options.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <package/packagedllapi.hxx>
#include <memory>
@@ -28,7 +29,7 @@ struct z_stream_s;
namespace ZipUtils {
-class DLLPUBLIC_PACKAGE Deflater final
+class UNLESS_MERGELIBS(DLLPUBLIC_PACKAGE) Deflater final
{
typedef struct z_stream_s z_stream;