summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:15:15 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:15:15 +0000
commit4627790bab43cdca3f6de8f0e79538d517da030a (patch)
treee694e83bc1570c57e69199c53541eb2c49239388
parente3221c439afe94203e4872d3822be4098b73489b (diff)
INTEGRATION: CWS mingwport06 (1.4.24); FILE MERGED
2007/08/27 14:34:49 vg 1.4.24.1: #i75499# pragma for MSVC
-rw-r--r--tools/source/fsys/wntmsc.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/source/fsys/wntmsc.hxx b/tools/source/fsys/wntmsc.hxx
index 43901a892995..7f12ced14693 100644
--- a/tools/source/fsys/wntmsc.hxx
+++ b/tools/source/fsys/wntmsc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wntmsc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:12:39 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:15:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,9 +46,13 @@
#include <direct.h>
#include <tools/svwin.h>
+#ifdef _MSC_VER
#pragma warning (push,1)
+#endif
#include <winbase.h>
+#ifdef _MSC_VER
#pragma warning (pop)
+#endif
#include <tools/solar.h>
#include <tools/string.hxx>