Wholesale prewin.h/postwin.h removal

This commit is contained in:
Fridrich Štrba 2011-03-25 18:47:00 +01:00
parent 73813f23fd
commit dbfe237fe2
8 changed files with 1 additions and 29 deletions

View File

@ -35,9 +35,7 @@
#include <WindowsAccessBridgeAdapter.h>
#include <prewin.h>
#include <wtypes.h>
#include <postwin.h>
#include <rtl/process.h>
#include <tools/link.hxx>

View File

@ -36,13 +36,6 @@
////////////////////////////////////////////////////////////////////////////
#include <prewin.h>
#include <postwin.h>
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
// #undef IS_ERROR
#endif
#include "registry_win.hxx"
#include <osl/thread.h>
#include <sal/macros.h>

View File

@ -36,7 +36,6 @@
////////////////////////////////////////////////////////////////////////////
#include <prewin.h>
#ifndef _SHOBJ_H
#if defined _MSC_VER
#pragma warning(push, 1)
@ -47,7 +46,6 @@
#pragma warning(pop)
#endif
#endif
#include <postwin.h>
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
#undef IS_ERROR

View File

@ -49,12 +49,10 @@
#pragma warning (disable:4005)
#pragma warning (disable:4548)
#include <prewin.h>
#include <tchar.h>
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#include <dispex.h>
#endif
#include <postwin.h>
#include <tools/presys.h>
#include <list>

View File

@ -32,9 +32,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
#include <prewin.h>
#include <tchar.h>
#include <postwin.h>
#pragma pack( push, 8 )
#include <npsdk/npapi.h>

View File

@ -34,11 +34,9 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
#include <prewin.h>
#include <string.h>
#include <tchar.h>
#include <objbase.h>
#include <postwin.h>
#pragma warning (pop)

View File

@ -43,11 +43,9 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
#include <prewin.h>
#include <string.h>
#include <tchar.h>
#include <objbase.h>
#include <postwin.h>
#pragma warning (pop)

View File

@ -30,18 +30,9 @@
#include "precompiled_lingucomponent.hxx"
#if defined(WNT)
#include <prewin.h>
#include <windows.h>
#endif
#if defined(WNT)
#include <Windows.h>
#endif
#if defined(WNT)
#include <postwin.h>
#endif
#include <osl/thread.h>
#include <osl/file.hxx>
#include <tools/debug.hxx>