diff options
-rwxr-xr-x | svx/source/dialog/sendreportw32.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx index 97bf71aeb371..c6a8e58c00ed 100755 --- a/svx/source/dialog/sendreportw32.cxx +++ b/svx/source/dialog/sendreportw32.cxx @@ -32,10 +32,10 @@ #define UNICODE #define _UNICODE - #define WIN32_LEAN_AND_MEAN -#include <windows.h> +#include <prewin.h> #include <tchar.h> +#include <postwin.h> #include <stdio.h> #include <systools/win32/uwinapi.h> #include <sal/macros.h> |