[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - include/svx
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 8 11:42:47 UTC 2020
include/svx/svxdllapi.h | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 43cc9f234306bae44ecc57d7820a5be04e91dcf3
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sun Jun 7 20:32:01 2020 +0200
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Mon Jun 8 13:42:16 2020 +0200
Add SVXCORE_DLLPUBLIC to svxdllapi.h
Change-Id: Ic612f9987ee46fcc317e47eb2e7771136b875ce5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95780
Tested-by: Tomaž Vajngerl <quikee at gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/include/svx/svxdllapi.h b/include/svx/svxdllapi.h
index a5ee4ec859c2..3e3de30c4ae1 100644
--- a/include/svx/svxdllapi.h
+++ b/include/svx/svxdllapi.h
@@ -29,6 +29,12 @@
#endif
#define SVX_DLLPRIVATE SAL_DLLPRIVATE
+#if defined(SVXCORE_DLLIMPLEMENTATION)
+#define SVXCORE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define SVXCORE_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+
#endif // INCLUDED_SVX_SVXDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list