summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xsecgpgdllapi.h
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-15 12:31:22 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-16 16:57:52 +0000
commit9b6ed11d58b9f9d0310f95f914a3d354fc813b54 (patch)
tree2dd0fffda446c328add362a9c91e68ff78fc9628 /xmlsecurity/inc/xsecgpgdllapi.h
parente7391ca132a9964dc9d870039a104abec044d357 (diff)
gpg4libre: No need to create separate idl files for gpg services
Change-Id: Ief217cd91e30433c30ac0547d28fb6eab2dc43b0 Reviewed-on: https://gerrit.libreoffice.org/35213 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmlsecurity/inc/xsecgpgdllapi.h')
-rw-r--r--xmlsecurity/inc/xsecgpgdllapi.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/xmlsecurity/inc/xsecgpgdllapi.h b/xmlsecurity/inc/xsecgpgdllapi.h
new file mode 100644
index 000000000000..741c830b74a7
--- /dev/null
+++ b/xmlsecurity/inc/xsecgpgdllapi.h
@@ -0,0 +1,23 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_XMLSECURITY_INC_XSECGPGDLLAPI_H
+#define INCLUDED_XMLSECURITY_INC_XSECGPGDLLAPI_H
+
+#include <sal/types.h>
+
+#if defined(XSECGPG_DLLIMPLEMENTATION)
+#define XSECGPG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define XSECGPG_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+
+#endif // INCLUDED_XMLSECURITY_INC_XSECGPGDLLAPI_H
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */