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 b7fa6e066716..5804f1dfb4cd 100755 --- a/svx/source/dialog/sendreportw32.cxx +++ b/svx/source/dialog/sendreportw32.cxx @@ -32,8 +32,8 @@ #define UNICODE #define _UNICODE -#define WIN32_LEAN_AND_MEAN -#include <windows.h> +#include <prewin.h> +#include <postwin.h> #include <tchar.h> #include <stdio.h> #include <systools/win32/uwinapi.h> |