From c667669cf9a71d10db2add32d8b592605755ee1c Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 18 May 2017 03:48:09 +0200 Subject: gpg4libre: fix windows build Change-Id: I66b809bbf2f5ab5d9c1eaf40ba8f2c91f4bc8007 --- xmlsecurity/inc/xmlsec/errorcallback.hxx | 6 ++++-- xmlsecurity/inc/xmlsec/xmlstreamio.hxx | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/xmlsec/errorcallback.hxx b/xmlsecurity/inc/xmlsec/errorcallback.hxx index 61f23aaa6b0e..bcb800952636 100644 --- a/xmlsecurity/inc/xmlsec/errorcallback.hxx +++ b/xmlsecurity/inc/xmlsec/errorcallback.hxx @@ -24,11 +24,13 @@ #include #include +#include + // Only used for logging -void setErrorRecorder(); +XSECXMLSEC_DLLPUBLIC void setErrorRecorder(); //ToDo //void setErrorRecorder(const css::uno::Reference< css::xml::crypto::XXMLEncryptionTemplate >& xTemplate); -void clearErrorRecorder(); +XSECXMLSEC_DLLPUBLIC void clearErrorRecorder(); #endif diff --git a/xmlsecurity/inc/xmlsec/xmlstreamio.hxx b/xmlsecurity/inc/xmlsec/xmlstreamio.hxx index 6676dc68aeab..55001cbd3ead 100644 --- a/xmlsecurity/inc/xmlsec/xmlstreamio.hxx +++ b/xmlsecurity/inc/xmlsec/xmlstreamio.hxx @@ -23,14 +23,16 @@ #include #include +#include + int xmlEnableStreamInputCallbacks() ; void xmlDisableStreamInputCallbacks() ; -int xmlRegisterStreamInputCallbacks( +XSECXMLSEC_DLLPUBLIC int xmlRegisterStreamInputCallbacks( css::uno::Reference< css::xml::crypto::XUriBinding >& aUriBinding ) ; -int xmlUnregisterStreamInputCallbacks() ; +XSECXMLSEC_DLLPUBLIC int xmlUnregisterStreamInputCallbacks() ; #endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_XMLSTREAMIO_HXX -- cgit