summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 22:15:18 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 22:15:18 +0200
commit30e7369173dee7fae0b0de6eb9fab3c4b5df7566 (patch)
tree95dd179c50c9164af306fb55447bd0a83913047d /svx
parentb540309cc6447f4db515970f0184eb96f5f72139 (diff)
This is the simplest variant that compiles
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/source/dialog/sendreportw32.cxx4
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>