diff options
Diffstat (limited to 'embedserv/source/inc')
-rw-r--r-- | embedserv/source/inc/iipaobj.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/embedserv/source/inc/iipaobj.hxx b/embedserv/source/inc/iipaobj.hxx index f1e87b01847c..3acbceda858f 100644 --- a/embedserv/source/inc/iipaobj.hxx +++ b/embedserv/source/inc/iipaobj.hxx @@ -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> @@ -76,4 +79,4 @@ private: }; -#endif +#endif
\ No newline at end of file |