INTEGRATION: CWS mingwport06 (1.7.56); FILE MERGED

2007/08/24 13:14:41 vg 1.7.56.1: #i75499# pragma is for MSVC
This commit is contained in:
Kurt Zenker 2007-09-06 13:24:13 +00:00
parent 9f57480f5f
commit 9baa4c5175

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: listviewbuilder.cxx,v $ * $RCSfile: listviewbuilder.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: hr $ $Date: 2007-01-02 16:13:04 $ * last change: $Author: kz $ $Date: 2007-09-06 14:24:13 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -36,7 +36,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx" #include "precompiled_shell.hxx"
#ifdef _MSC_VER
#pragma warning (disable : 4786 4503) #pragma warning (disable : 4786 4503)
#endif
//------------------------------------ //------------------------------------
// include // include