INTEGRATION: CWS warnings01 (1.2.220); FILE MERGED

2005/09/23 01:00:36 sb 1.2.220.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/20 12:57:20 sb 1.2.220.1: #i53898# Globally disable problematic warnings.
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 03:21:55 +00:00
parent d716b410f3
commit 9e73cea135

View file

@ -4,9 +4,9 @@
*
* $RCSfile: procimpl.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 15:09:54 $
* last change: $Author: hr $ $Date: 2006-06-20 04:21:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -38,7 +38,9 @@
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# pragma warning(push,1) /* disable warnings within system headers */
# include <windows.h>
# pragma warning(pop)
# include <tchar.h>
# undef WIN32_LEAN_AND_MEAN
#endif