INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED
2008/07/30 09:30:34 cmc 1.9.22.1: #i92277# make this work on 64bit platforms
This commit is contained in:
parent
d6a49f2e04
commit
ea2716f2d2
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: xmlencryption_nssimpl.cxx,v $
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -47,6 +47,11 @@
|
|||
#endif
|
||||
#include "errorcallback.hxx"
|
||||
|
||||
#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/xmlsec.h"
|
||||
#include "xmlsec/xmltree.h"
|
||||
#include "xmlsec/xmlenc.h"
|
||||
|
|
Loading…
Reference in a new issue