INTEGRATION: CWS obo05 (1.8.4); FILE MERGED
2006/09/08 09:23:54 obo 1.8.4.2: pragma only for .net 2005 2006/07/03 15:43:10 obo 1.8.4.1: #i53611# disable warning C4342
This commit is contained in:
parent
fafef036f5
commit
9efcc3094b
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: stgole.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-17 16:10:14 $
|
||||
* last change: $Author: vg $ $Date: 2006-09-25 13:35:41 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -42,7 +42,9 @@
|
|||
#include "storinfo.hxx" // Read/WriteClipboardFormat()
|
||||
|
||||
#include <tools/debug.hxx>
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER>=1400)
|
||||
#pragma warning(disable: 4342)
|
||||
#endif
|
||||
///////////////////////// class StgInternalStream ////////////////////////
|
||||
|
||||
StgInternalStream::StgInternalStream
|
||||
|
|
Loading…
Reference in a new issue