From 9037e2289d10aa8208d0e8f75847204d73ea21a7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 9 May 2014 18:29:54 +0200 Subject: remove presys.h and postsys.h Both files are nearly identical to prewin.h and postwin.h Change-Id: I1f45e46dfcc00043a9e2df82e0070cd1b976c4af Reviewed-on: https://gerrit.libreoffice.org/9294 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- extensions/source/ole/wincrap.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/source') diff --git a/extensions/source/ole/wincrap.hxx b/extensions/source/ole/wincrap.hxx index 389d3ce106db..210ccf9d7c16 100644 --- a/extensions/source/ole/wincrap.hxx +++ b/extensions/source/ole/wincrap.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_EXTENSIONS_SOURCE_OLE_WINCRAP_HXX #define INCLUDED_EXTENSIONS_SOURCE_OLE_WINCRAP_HXX -/* wrap all includes that need to be wrapped by presys.h/postsys.h here */ +/* wrap all includes that need to be wrapped by prewin.h/postwin.h here */ #define STRICT @@ -37,7 +37,7 @@ #include #include -#include +#include #include // from oleobjw.hxx @@ -49,7 +49,7 @@ extern CComModule _Module; // from unoobjw.cxx #include -#include +#include #pragma warning (pop) -- cgit