diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 13:10:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 13:10:03 +0000 |
commit | 32bacbb904f2153138a6d2aa5414ccf704d16ff4 (patch) | |
tree | dd8af9a6c7e095df8fb269a2523e108e8ae7384f /udm/source | |
parent | f234fb20854b1697358ffce660fcbf44e4ad3ba3 (diff) |
INTEGRATION: CWS mingwport06 (1.4.30); FILE MERGED
2007/08/24 13:27:49 vg 1.4.30.1: #i75499# pragma is for MSVC
Diffstat (limited to 'udm/source')
-rw-r--r-- | udm/source/inc/precomp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udm/source/inc/precomp.h b/udm/source/inc/precomp.h index 4ea29989afde..23aa6f1893e3 100644 --- a/udm/source/inc/precomp.h +++ b/udm/source/inc/precomp.h @@ -4,9 +4,9 @@ * * $RCSfile: precomp.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:34:37 $ + * last change: $Author: kz $ $Date: 2007-09-06 14:10:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,8 +44,10 @@ #endif #ifdef NP_LOCALBUILD +#ifdef _MSC_VER #pragma warning( disable : 4786 ) #endif +#endif #include <cosv/csv_precomp.h> |