diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:47:00 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:47:11 +0100 |
commit | dbfe237fe254bcaecb9bdf6c39e9ec2beac60e93 (patch) | |
tree | 987866d382627855f8dcb0c30065d43f5af9fae0 /automation | |
parent | 73813f23fd3dc708d3d4eeb553686f5d967b21dd (diff) |
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/registry_win.cxx | 7 | ||||
-rw-r--r-- | automation/source/testtool/sysdir_win.cxx | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx index b599342b0854..870f37a53186 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -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> diff --git a/automation/source/testtool/sysdir_win.cxx b/automation/source/testtool/sysdir_win.cxx index 370bac572d82..1ec4ebe02a50 100644 --- a/automation/source/testtool/sysdir_win.cxx +++ b/automation/source/testtool/sysdir_win.cxx @@ -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 |