summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-28 15:33:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-28 15:33:42 +0100
commit3828648199c427bbc505738d4522e9246c70a2a3 (patch)
treea9da5389ff70c9d6ff440b6630b0f971eedf28ca
parent09a1d86b527760336303718d4825b27edb77989d (diff)
fix windows build
-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 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>