summaryrefslogtreecommitdiff
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
commit19322b0531233a2e408287451392e333cee16d49 (patch)
treebf63be6422cc3075c942c1147e5253c4991d1830
parentcb68bd37c389ce927d3d2aa0e3f80e82e0c621cb (diff)
This is the simplest variant that compiles
-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 212a85c6bc..eff12e1816 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>