forked from amazingfate/loongoffice
Change-Id: Ic3093d3c12c33cbcc09903409daec6277428ecd6 Reviewed-on: https://gerrit.libreoffice.org/59664 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
6 lines
196 B
Diff
6 lines
196 B
Diff
--- src/config.h 2018-08-28 13:19:40.699141662 +0100
|
|
+++ src/config.h 2018-08-28 13:21:51.942139881 +0100
|
|
@@ -0,0 +1,2 @@
|
|
+#include <sal/types.h>
|
|
+#define EPOXY_PUBLIC SAL_DLLPUBLIC_EXPORT extern
|