INTEGRATION: CWS obo05 (1.5.8); FILE MERGED
2006/08/28 13:48:35 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555
This commit is contained in:
parent
7648760845
commit
4a6acb0dab
@ -4,9 +4,9 @@
|
||||
*
|
||||
* $RCSfile: iipaobj.hxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 05:42:33 $
|
||||
* last change: $Author: vg $ $Date: 2006-09-25 13:32:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
@ -35,6 +35,9 @@
|
||||
|
||||
#ifndef _IIPAOBJ_HXX_
|
||||
#define _IIPAOBJ_HXX_
|
||||
#if defined(_MSC_VER) && (_MSC_VER > 1310)
|
||||
#pragma warning(disable : 4917 4555)
|
||||
#endif
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <oleidl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user