summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:15:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:15:23 +0000
commitf84645a5bafa92bc7e6d85694288b149d10abfb6 (patch)
treef174775e93bfe7397d56b6dd9b1457742beb6f94 /xmlsecurity
parent352f58eb95d39f58af09f940eb8f42c7af22c1fe (diff)
INTEGRATION: CWS cmcfixes48 (1.6.10); FILE MERGED
2008/07/30 09:30:34 cmc 1.6.10.1: #i92277# make this work on 64bit platforms
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/xmlstreamio.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index 5fe24a78f597..05c5159c335b 100644
--- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlstreamio.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -39,6 +39,11 @@
#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>
#define XMLSTREAMIO_INITIALIZED 0x01