[Libreoffice-commits] .: svx/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Mar 28 13:15:41 PDT 2011
svx/source/dialog/sendreportw32.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 19322b0531233a2e408287451392e333cee16d49
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Mon Mar 28 22:15:18 2011 +0200
This is the simplest variant that compiles
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx
index 212a85c..eff12e1 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>
More information about the Libreoffice-commits
mailing list