From f234fb20854b1697358ffce660fcbf44e4ad3ba3 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Sep 2007 12:44:27 +0000 Subject: INTEGRATION: CWS mingwport06 (1.5.54); FILE MERGED 2007/08/24 10:40:45 vg 1.5.54.1: #i75499# pragma is for MSVC --- autodoc/source/inc/precomp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autodoc/source/inc/precomp.h') diff --git a/autodoc/source/inc/precomp.h b/autodoc/source/inc/precomp.h index 1d3663185119..ec19a4e47395 100644 --- a/autodoc/source/inc/precomp.h +++ b/autodoc/source/inc/precomp.h @@ -4,9 +4,9 @@ * * $RCSfile: precomp.h,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:09:56 $ + * last change: $Author: kz $ $Date: 2007-09-06 13:44:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #define CSV_NO_ASSERTIONS #endif -#ifdef WNT +#ifdef _MSC_VER #pragma warning( disable : 4786 ) #endif -- cgit