diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:16:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:16:37 +0000 |
commit | 844e10dafd95c88f4afb3801fe5556024af5f4b7 (patch) | |
tree | d5f7c1420953c31d5157442aa664e8ad8bab302e /xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx | |
parent | 01196957ccbbf027e7c70dea3a73d86101acc6fb (diff) |
INTEGRATION: CWS cmcfixes48 (1.7.22); FILE MERGED
2008/07/30 09:30:35 cmc 1.7.22.1: #i92277# make this work on 64bit platforms
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx index 6aa816a8a..feebf3667 100644 --- a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlsecuritycontext_nssimpl.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -39,6 +39,11 @@ #endif #include "xmlstreamio.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/keysmngr.h" #include "xmlsec/crypto.h" |