summaryrefslogtreecommitdiff
path: root/svx
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
commit1991cfcb41b87fdf0c68778ee0e83db5ceffad81 (patch)
tree57f23fdbbaae9294403723465edb2e82ad04e989 /svx
parentabc0b5c2a2082d83c79a9339cc8569ce39ec8d55 (diff)
fix windows build
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 4eaca183a0..52e6e1ea1c 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>