diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:41:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:41:51 +0000 |
commit | 60f828979cc13da71784ea5db5a660ead343ca53 (patch) | |
tree | f33ad7bfd2f4d31a343b7ac8848c06abaf80f09e /xmlsecurity | |
parent | 00cc12e9788ec23ef38ae29f67ee30d0cf5e6168 (diff) |
INTEGRATION: CWS mingwport06 (1.6.18); FILE MERGED
2007/08/27 14:43:07 vg 1.6.18.1: #i75499# pragma for MSVC
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx index b13c287bbe07..cced79f4ac77 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: x509certificate_mscryptimpl.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ihi $ $Date: 2007-04-17 10:25:28 $ + * last change: $Author: kz $ $Date: 2007-09-06 13:41:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,14 @@ #ifndef _X509CERTIFICATE_MSCRYPTIMPL_HXX_ #define _X509CERTIFICATE_MSCRYPTIMPL_HXX_ +#ifdef _MSC_VER #pragma warning(push,1) +#endif #include "Windows.h" #include "WinCrypt.h" +#ifdef _MSC_VER #pragma warning(pop) +#endif #ifndef _SAL_CONFIG_H_ #include <sal/config.h> |