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
This commit is contained in:
Vladimir Glazounov 2008-08-18 12:15:23 +00:00
parent 352f58eb95
commit f84645a5ba

View file

@ -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