Kaydet (Commit) b0c96965 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Adapt to move of prewin.h and postwin.h

üst d0f6d5d9
......@@ -35,9 +35,9 @@
#include <WindowsAccessBridgeAdapter.h>
#include <tools/prewin.h>
#include <prewin.h>
#include <wtypes.h>
#include <tools/postwin.h>
#include <postwin.h>
#include <rtl/process.h>
#include <tools/link.hxx>
......
......@@ -36,9 +36,9 @@
////////////////////////////////////////////////////////////////////////////
#include <tools/prewin.h>
#include <prewin.h>
#include "winreg.h"
#include <tools/postwin.h>
#include <postwin.h>
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
// #undef IS_ERROR
......
......@@ -36,7 +36,7 @@
////////////////////////////////////////////////////////////////////////////
#include <tools/prewin.h>
#include <prewin.h>
#ifndef _SHOBJ_H
#if defined _MSC_VER
#pragma warning(push, 1)
......@@ -47,7 +47,7 @@
#pragma warning(pop)
#endif
#endif
#include <tools/postwin.h>
#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,12 @@
#pragma warning (disable:4005)
#pragma warning (disable:4548)
#include <tools/prewin.h>
#include <prewin.h>
#include <tchar.h>
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#include <dispex.h>
#endif
#include <tools/postwin.h>
#include <postwin.h>
#include <tools/presys.h>
#include <list>
......
......@@ -32,13 +32,13 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
#include <tools/prewin.h>
#include <prewin.h>
#include <windows.h>
#include <tchar.h>
#include <winbase.h>
#include <tools/postwin.h>
#include <postwin.h>
#pragma pack( push, 8 )
#include <npsdk/npapi.h>
......
......@@ -34,7 +34,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
#include <tools/prewin.h>
#include <prewin.h>
#include <windows.h>
#include <string.h>
......@@ -43,7 +43,7 @@
#include <winbase.h>
#include <objbase.h>
#include <tools/postwin.h>
#include <postwin.h>
#pragma warning (pop)
......
......@@ -43,7 +43,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
#include "tools/prewin.h"
#include "prewin.h"
#include <windows.h>
#include <string.h>
......@@ -52,7 +52,7 @@
#include <winbase.h>
#include <objbase.h>
#include "tools/postwin.h"
#include "postwin.h"
#pragma warning (pop)
......
......@@ -30,7 +30,7 @@
#include "precompiled_lingucomponent.hxx"
#if defined(WNT)
#include <tools/prewin.h>
#include <prewin.h>
#endif
#if defined(WNT)
......@@ -38,7 +38,7 @@
#endif
#if defined(WNT)
#include <tools/postwin.h>
#include <postwin.h>
#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