From 7ca1e8a23058a6fb86324ced55389ea60774aa22 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Sep 2007 13:13:49 +0000 Subject: INTEGRATION: CWS mingwport06 (1.15.6); FILE MERGED 2007/08/24 13:27:29 vg 1.15.6.1: #i75499# pragma is for MSVC --- tools/bootstrp/command.cxx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/bootstrp/command.cxx b/tools/bootstrp/command.cxx index f0e8f80e29eb..95b03c2c5912 100644 --- a/tools/bootstrp/command.cxx +++ b/tools/bootstrp/command.cxx @@ -4,9 +4,9 @@ * * $RCSfile: command.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2007-08-03 12:30:11 $ + * last change: $Author: kz $ $Date: 2007-09-06 14:13:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,7 @@ #include #include "bootstrp/appdef.hxx" -#if defined WNT +#ifdef _MSC_VER #pragma warning (push,1) #endif @@ -61,17 +61,21 @@ #include #include -#if defined WNT +#ifdef _MSC_VER #pragma warning (pop) #endif //#define MH_TEST2 1 // fuers direkte Testen #if defined WNT +#ifdef _MSC_VER #pragma warning (push,1) +#endif #include // for _SPAWN +#ifdef _MSC_VER #pragma warning (pop) #endif +#endif #ifdef UNX #include #include -- cgit