INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED

2006/02/10 14:25:16 os 1.2.4.1: #i59838# warnings removed
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 23:56:22 +00:00
parent 1bf774ab2e
commit 4917aa72a0

View file

@ -4,9 +4,9 @@
*
* $RCSfile: precompile.h,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-07 16:45:05 $
* last change: $Author: hr $ $Date: 2006-06-20 00:56:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -34,11 +34,17 @@
************************************************************************/
/*
$Id: precompile.h,v 1.2 2005-09-07 16:45:05 rt Exp $
$Id: precompile.h,v 1.3 2006-06-20 00:56:22 hr Exp $
*/
#ifdef _WIN32
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#include "windows.h"
//#include "stdafx.h"
#include "crtdbg.h"
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif