summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:15:37 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:15:37 +0000
commit7c6360adfc11cb3377308e430eada3d44c366d86 (patch)
tree5b36559c99d82265a9ea6c899135583b17a94387 /store
parent50700760a0fc29dcb95d473c3866d608a2bfc347 (diff)
INTEGRATION: CWS mingwport06 (1.5.34); FILE MERGED
2007/08/24 13:15:52 vg 1.5.34.1: #i75499# pragma is for MSVC
Diffstat (limited to 'store')
-rw-r--r--store/source/filew32.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/store/source/filew32.hxx b/store/source/filew32.hxx
index 85e09f146965..e44e5237683d 100644
--- a/store/source/filew32.hxx
+++ b/store/source/filew32.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filew32.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:32:12 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:15:37 $
*
* 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 INCLUDED_STORE_FILEW32_HXX
#define INCLUDED_STORE_FILEW32_HXX
+#ifdef _MSC_VER
#pragma warning(push,1) // disable warnings within system headers
+#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
+#ifdef _MSC_VER
#pragma warning(pop)
+#endif
typedef HANDLE HSTORE;