Kaydet (Commit) e35063fc authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.3.348); FILE MERGED

2006/08/22 12:50:36 sb 1.3.348.1: #i67487# Made code warning-free (wntmsci10).
üst 76ca6877
......@@ -4,9 +4,9 @@
*
* $RCSfile: launcher.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2006-09-17 09:51:45 $
* last change: $Author: obo $ $Date: 2006-10-12 14:19:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -40,7 +40,13 @@
#ifndef _WINDOWS_
# define WIN32_LEAN_AND_MEAN
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
# include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif
......
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