From ec52e5e5a204862905b555cdc1f7393aede1f7d8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 24 Mar 2013 10:47:54 +0100 Subject: 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 --- xmlsecurity/source/xmlsec/xmlstreamio.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'xmlsecurity/source/xmlsec/xmlstreamio.cxx') 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 -#include -//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 +#include "xmlsecurity/xmlsec-wrapper.h" #define XMLSTREAMIO_INITIALIZED 0x01 #define XMLSTREAMIO_REGISTERED 0x02 -- cgit