Kaydet (Commit) 7233be48 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.2.102); FILE MERGED

2006/03/10 15:10:58 pl 1.2.102.1: #i55991# removed warnings for windows platform
üst 616d01d7
...@@ -33,8 +33,14 @@ ...@@ -33,8 +33,14 @@
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#endif #endif
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#include <windows.h> #include <windows.h>
#include <wininet.h> #include <wininet.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
namespace css = com::sun::star ; namespace css = com::sun::star ;
namespace uno = css::uno ; namespace uno = css::uno ;
......
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