diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-24 10:47:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-25 08:52:55 +0100 |
commit | ec52e5e5a204862905b555cdc1f7393aede1f7d8 (patch) | |
tree | 199c6c7e91bd530fd582260d25aca599c09c97d8 /xmlsecurity/source/xmlsec/xmlstreamio.cxx | |
parent | 3b006a10b77db62274af2945a2a94df1efa7ab62 (diff) |
Consolidate XMLSEC_NO_SIZE_T setting in xmlsecurity/xmlsec-wrapper.h
...so all xmlsec/*.h includes are bundled there now (except, for pragmatic
reasons, the xmlsec/mscrypto/*.h ones that unconditionally include windows.h and
only work on Windows).
Change-Id: I33e642f4f6a2e40edd6950af7f209c8b76c6e5fe
Diffstat (limited to 'xmlsecurity/source/xmlsec/xmlstreamio.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmlstreamio.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx index 08237c40f31c..43a8d6ace97f 100644 --- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx +++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx @@ -26,12 +26,7 @@ #include "rtl/uri.hxx" #include <libxml/uri.h> -#include <sal/types.h> -//For reasons that escape me, this is what xmlsec does when size_t is not 4 -#if SAL_TYPES_SIZEOFPOINTER != 4 -# define XMLSEC_NO_SIZE_T -#endif -#include <xmlsec/io.h> +#include "xmlsecurity/xmlsec-wrapper.h" #define XMLSTREAMIO_INITIALIZED 0x01 #define XMLSTREAMIO_REGISTERED 0x02 |