Wholesale prewin.h/postwin.h removal
This commit is contained in:
@@ -35,9 +35,7 @@
|
|||||||
|
|
||||||
#include <WindowsAccessBridgeAdapter.h>
|
#include <WindowsAccessBridgeAdapter.h>
|
||||||
|
|
||||||
#include <prewin.h>
|
|
||||||
#include <wtypes.h>
|
#include <wtypes.h>
|
||||||
#include <postwin.h>
|
|
||||||
#include <rtl/process.h>
|
#include <rtl/process.h>
|
||||||
#include <tools/link.hxx>
|
#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 "registry_win.hxx"
|
||||||
#include <osl/thread.h>
|
#include <osl/thread.h>
|
||||||
#include <sal/macros.h>
|
#include <sal/macros.h>
|
||||||
|
@@ -36,7 +36,6 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#include <prewin.h>
|
|
||||||
#ifndef _SHOBJ_H
|
#ifndef _SHOBJ_H
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
#pragma warning(push, 1)
|
#pragma warning(push, 1)
|
||||||
@@ -47,7 +46,6 @@
|
|||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#include <postwin.h>
|
|
||||||
// as we define it ourselves further down the line we remove it here
|
// as we define it ourselves further down the line we remove it here
|
||||||
#ifdef IS_ERROR
|
#ifdef IS_ERROR
|
||||||
#undef IS_ERROR
|
#undef IS_ERROR
|
||||||
|
@@ -49,12 +49,10 @@
|
|||||||
#pragma warning (disable:4005)
|
#pragma warning (disable:4005)
|
||||||
#pragma warning (disable:4548)
|
#pragma warning (disable:4548)
|
||||||
|
|
||||||
#include <prewin.h>
|
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
|
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
|
||||||
#include <dispex.h>
|
#include <dispex.h>
|
||||||
#endif
|
#endif
|
||||||
#include <postwin.h>
|
|
||||||
|
|
||||||
#include <tools/presys.h>
|
#include <tools/presys.h>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
@@ -32,9 +32,7 @@
|
|||||||
#pragma warning (push,1)
|
#pragma warning (push,1)
|
||||||
#pragma warning (disable:4005)
|
#pragma warning (disable:4005)
|
||||||
|
|
||||||
#include <prewin.h>
|
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <postwin.h>
|
|
||||||
|
|
||||||
#pragma pack( push, 8 )
|
#pragma pack( push, 8 )
|
||||||
#include <npsdk/npapi.h>
|
#include <npsdk/npapi.h>
|
||||||
|
@@ -34,11 +34,9 @@
|
|||||||
#pragma warning (push,1)
|
#pragma warning (push,1)
|
||||||
#pragma warning (disable:4005)
|
#pragma warning (disable:4005)
|
||||||
|
|
||||||
#include <prewin.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#include <postwin.h>
|
|
||||||
|
|
||||||
#pragma warning (pop)
|
#pragma warning (pop)
|
||||||
|
|
||||||
|
@@ -43,11 +43,9 @@
|
|||||||
#pragma warning (push,1)
|
#pragma warning (push,1)
|
||||||
#pragma warning (disable:4005)
|
#pragma warning (disable:4005)
|
||||||
|
|
||||||
#include <prewin.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#include <postwin.h>
|
|
||||||
|
|
||||||
#pragma warning (pop)
|
#pragma warning (pop)
|
||||||
|
|
||||||
|
@@ -30,18 +30,9 @@
|
|||||||
#include "precompiled_lingucomponent.hxx"
|
#include "precompiled_lingucomponent.hxx"
|
||||||
|
|
||||||
#if defined(WNT)
|
#if defined(WNT)
|
||||||
#include <prewin.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WNT)
|
|
||||||
#include <Windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WNT)
|
|
||||||
#include <postwin.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include <osl/thread.h>
|
#include <osl/thread.h>
|
||||||
#include <osl/file.hxx>
|
#include <osl/file.hxx>
|
||||||
#include <tools/debug.hxx>
|
#include <tools/debug.hxx>
|
||||||
|
Reference in New Issue
Block a user