Kaydet (Commit) 455c8485 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED

2006/03/10 15:10:55 pl 1.3.14.1: #i55991# removed warnings for windows platform
üst 0b5ee5e9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: columninfo.hxx,v $ * $RCSfile: columninfo.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 19:35:11 $ * last change: $Author: hr $ $Date: 2006-06-19 14:12:43 $
* *
* 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.
...@@ -36,7 +36,14 @@ ...@@ -36,7 +36,14 @@
#ifndef COLUMNINFO_HXX_INCLUDED #ifndef COLUMNINFO_HXX_INCLUDED
#define COLUMNINFO_HXX_INCLUDED #define COLUMNINFO_HXX_INCLUDED
#if defined _MSC_VER
#pragma warning(push, 1)
#pragma warning(disable:4917)
#endif
#include <shlobj.h> #include <shlobj.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
class CColumnInfo : public IColumnProvider class CColumnInfo : public IColumnProvider
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: global.hxx,v $ * $RCSfile: global.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 19:36:33 $ * last change: $Author: hr $ $Date: 2006-06-19 14:13:08 $
* *
* 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.
...@@ -36,7 +36,13 @@ ...@@ -36,7 +36,13 @@
#ifndef GLOBAL_HXX_INCLUDED #ifndef GLOBAL_HXX_INCLUDED
#define GLOBAL_HXX_INCLUDED #define GLOBAL_HXX_INCLUDED
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#include <windows.h> #include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#ifndef DBGMACROS_HXX_INCLUDED #ifndef DBGMACROS_HXX_INCLUDED
#include "internal/dbgmacros.hxx" #include "internal/dbgmacros.hxx"
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: infotips.hxx,v $ * $RCSfile: infotips.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 19:37:10 $ * last change: $Author: hr $ $Date: 2006-06-19 14:13:20 $
* *
* 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.
...@@ -36,8 +36,15 @@ ...@@ -36,8 +36,15 @@
#ifndef INFOTIPS_HXX_INCLUDED #ifndef INFOTIPS_HXX_INCLUDED
#define INFOTIPS_HXX_INCLUDED #define INFOTIPS_HXX_INCLUDED
#if defined _MSC_VER
#pragma warning(push, 1)
#pragma warning(disable:4917)
#endif
#include <objidl.h> #include <objidl.h>
#include <shlobj.h> #include <shlobj.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#include <string> #include <string>
class CInfoTip : public IQueryInfo, public IPersistFile class CInfoTip : public IQueryInfo, public IPersistFile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment