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:
parent
9f57480f5f
commit
9baa4c5175
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $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 terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -36,7 +36,9 @@
|
|||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_shell.hxx"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable : 4786 4503)
|
||||
#endif
|
||||
|
||||
//------------------------------------
|
||||
// include
|
||||
|
|
Loading…
Reference in a new issue