INTEGRATION: CWS mingwport06 (1.4.48); FILE MERGED
2007/08/24 13:12:57 vg 1.4.48.1: #i75499# pragma is for MSVC
This commit is contained in:
parent
086e130132
commit
968ab99ae4
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: registryw9x.cxx,v $
|
* $RCSfile: registryw9x.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.4 $
|
* $Revision: 1.5 $
|
||||||
*
|
*
|
||||||
* last change: $Author: vg $ $Date: 2007-03-26 14:10:11 $
|
* last change: $Author: kz $ $Date: 2007-09-06 13:31:45 $
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
|
@ -58,7 +58,9 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable : 4786 4350)
|
#pragma warning(disable : 4786 4350)
|
||||||
|
#endif
|
||||||
|
|
||||||
//---------------------------------------
|
//---------------------------------------
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue