include/svx/svxdllapi.h |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 43cc9f234306bae44ecc57d7820a5be04e91dcf3
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Sun Jun 7 20:32:01 2020 +0200
Commit:     Tomaž Vajngerl <[email protected]>
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 <[email protected]>
    Reviewed-by: Tomaž Vajngerl <[email protected]>

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: */
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to