Wholesale prewin.h/postwin.h removal
This commit is contained in:
@@ -35,9 +35,7 @@
|
||||
|
||||
#include <WindowsAccessBridgeAdapter.h>
|
||||
|
||||
#include <prewin.h>
|
||||
#include <wtypes.h>
|
||||
#include <postwin.h>
|
||||
#include <rtl/process.h>
|
||||
#include <tools/link.hxx>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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)
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user