Kaydet (Commit) 81c7503d authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED

2006/03/10 15:11:05 pl 1.3.14.1: #i55991# removed warnings for windows platform
üst 146edc00
......@@ -4,9 +4,9 @@
*
* $RCSfile: TestSysShExec.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-07 20:12:02 $
* last change: $Author: hr $ $Date: 2006-06-19 14:25:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -81,7 +81,13 @@
#include <stdio.h>
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
//--------------------------------------------------------------
// namesapces
......
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