diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:44:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:44:27 +0000 |
commit | f234fb20854b1697358ffce660fcbf44e4ad3ba3 (patch) | |
tree | 75b1bc2f53cc4cfef61f41b4d315011900ff4ee4 /autodoc/source/inc/precomp.h | |
parent | 96457c0566b0f2b2620b4a6372b8471819d904bc (diff) |
INTEGRATION: CWS mingwport06 (1.5.54); FILE MERGED
2007/08/24 10:40:45 vg 1.5.54.1: #i75499# pragma is for MSVC
Diffstat (limited to 'autodoc/source/inc/precomp.h')
-rw-r--r-- | autodoc/source/inc/precomp.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |