INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED

2006/02/28 15:00:33 sb 1.5.4.1: #i53898# Made code waring-free.
This commit is contained in:
Jens-Heiner Rechtien
2006-06-19 22:45:05 +00:00
parent 367e9d5289
commit 8cd0aae271

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: msci.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2005-09-07 22:33:13 $
* last change: $Author: hr $ $Date: 2006-06-19 23:45:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,10 @@
*
************************************************************************/
#pragma warning(push, 1)
#include <windows.h>
#pragma warning(pop)
#include "rtl/ustring.hxx"
@@ -44,7 +47,7 @@ typedef struct _uno_Mapping uno_Mapping;
namespace CPPU_CURRENT_NAMESPACE
{
const long MSVC_ExceptionCode = 0xe06d7363;
const DWORD MSVC_ExceptionCode = 0xe06d7363;
const long MSVC_magic_number = 0x19930520L;
//==============================================================================