Kaydet (Commit) 7c6360ad authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS mingwport06 (1.5.34); FILE MERGED

2007/08/24 13:15:52 vg 1.5.34.1: #i75499# pragma is for MSVC
üst 50700760
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: filew32.hxx,v $ * $RCSfile: filew32.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: hr $ $Date: 2006-06-20 00:32:12 $ * last change: $Author: kz $ $Date: 2007-09-06 14:15:37 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -36,10 +36,14 @@ ...@@ -36,10 +36,14 @@
#ifndef INCLUDED_STORE_FILEW32_HXX #ifndef INCLUDED_STORE_FILEW32_HXX
#define INCLUDED_STORE_FILEW32_HXX #define INCLUDED_STORE_FILEW32_HXX
#ifdef _MSC_VER
#pragma warning(push,1) // disable warnings within system headers #pragma warning(push,1) // disable warnings within system headers
#endif
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#ifdef _MSC_VER
#pragma warning(pop) #pragma warning(pop)
#endif
typedef HANDLE HSTORE; typedef HANDLE HSTORE;
......
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