Kaydet (Commit) 1289a99a authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS cmcfixes48 (1.8.22); FILE MERGED

2008/07/30 09:30:34 cmc 1.8.22.1: #i92277# make this work on 64bit platforms
üst 0e49ef77
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: securityenvironment_nssimpl.hxx,v $ * $RCSfile: securityenvironment_nssimpl.hxx,v $
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -59,6 +59,11 @@ ...@@ -59,6 +59,11 @@
#include "certdb.h" #include "certdb.h"
#include "list" #include "list"
#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/xmlsec.h"
class SecurityEnvironment_NssImpl : public ::cppu::WeakImplHelper4< class SecurityEnvironment_NssImpl : public ::cppu::WeakImplHelper4<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment