diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-28 22:15:18 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-28 22:15:18 +0200 |
commit | 30e7369173dee7fae0b0de6eb9fab3c4b5df7566 (patch) | |
tree | 95dd179c50c9164af306fb55447bd0a83913047d /svx/source/dialog | |
parent | b540309cc6447f4db515970f0184eb96f5f72139 (diff) |
This is the simplest variant that compiles
Diffstat (limited to 'svx/source/dialog')
-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> |