diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-09 18:29:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-09 18:17:19 +0000 |
commit | 9037e2289d10aa8208d0e8f75847204d73ea21a7 (patch) | |
tree | a87d3cad0d02bb046824f04d00ce1b40bf248260 /shell | |
parent | f4673ccd5e26d38a28f297d64ed70ba719d21ef2 (diff) |
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 <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/tools/lngconvex/lngconvex.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index a174dd0ab40c..22c0bc107d1a 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -23,15 +23,8 @@ #ifdef WNT -#include <tools/presys.h> -#if defined _MSC_VER -#pragma warning(push, 1) -#endif -#include <windows.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif -#include <tools/postsys.h> +#include <prewin.h> +#include <postwin.h> #else // From MinGW typedef unsigned short WORD; |