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

INTEGRATION: CWS sb59 (1.4.100); FILE MERGED

2006/08/10 12:04:52 sb 1.4.100.1: #i67487# Made code warning-free (wntmsci10).
üst 6122b902
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: filepickerstate.hxx,v $ * $RCSfile: filepickerstate.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 23:45:50 $ * last change: $Author: obo $ $Date: 2006-10-12 10:53:08 $
* *
* 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.
...@@ -61,7 +61,13 @@ ...@@ -61,7 +61,13 @@
#endif #endif
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#include <windows.h> #include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#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