[Libreoffice-commits] .: svx/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Mar 28 07:33:46 PDT 2011


 svx/source/dialog/sendreportw32.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1991cfcb41b87fdf0c68778ee0e83db5ceffad81
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Mar 28 15:33:42 2011 +0100

    fix windows build

diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx
index 4eaca18..52e6e1e 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>


More information about the Libreoffice-commits mailing list