From 086e130132a91e9b351df026c165a3e6f0102f37 Mon Sep 17 00:00:00 2001
From: Kurt Zenker <kz@openoffice.org>
Date: Thu, 6 Sep 2007 12:31:17 +0000
Subject: INTEGRATION: CWS mingwport06 (1.3.48); FILE MERGED 2007/08/24
 13:12:57 vg 1.3.48.1: #i75499# pragma is for MSVC

---
 .../source/win32/customactions/reg4msdoc/registryexception.cxx        | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'setup_native/source')

diff --git a/setup_native/source/win32/customactions/reg4msdoc/registryexception.cxx b/setup_native/source/win32/customactions/reg4msdoc/registryexception.cxx
index 77e4741fafda..0d326efcaba6 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/registryexception.cxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/registryexception.cxx
@@ -6,9 +6,13 @@
 #include "registryexception.hxx"
 #endif
 
+#ifdef _MSC_VER
 #pragma warning(push, 1) /* disable warnings within system headers */
+#endif
 #include <windows.h>
+#ifdef _MSC_VER
 #pragma warning(pop)
+#endif
 
 //////////////////////////////////////////////////////////////////////
 // Konstruktion/Destruktion
-- 
cgit