summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:41:31 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:41:31 +0000
commit00cc12e9788ec23ef38ae29f67ee30d0cf5e6168 (patch)
treece8e92d33e2a1974a7b63e4b423f85f7571553a6 /xmlsecurity
parent615d51d90543b93f9bef6360b7aa567e058cff82 (diff)
INTEGRATION: CWS mingwport06 (1.7.18); FILE MERGED
2007/08/27 14:43:07 vg 1.7.18.1: #i75499# pragma for MSVC
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
index 33d0c5a2ab68..3424a588e2e1 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: securityenvironment_mscryptimpl.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ihi $ $Date: 2007-04-17 10:24:34 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:41:31 $
*
* 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 _XSECURITYENVIRONMENT_MSCRYPTIMPL_HXX_
#define _XSECURITYENVIRONMENT_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>