[Libreoffice-commits] .: sw/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Mar 28 22:08:19 PDT 2011


 sw/source/ui/vba/vbasystem.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b8cd2caeaa4cd7b57f667e981d9df8b5be592144
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Mar 29 07:07:47 2011 +0200

    Fix Windows build of sw

diff --git a/sw/source/ui/vba/vbasystem.cxx b/sw/source/ui/vba/vbasystem.cxx
index 2dcf3fe..de4d8fd 100644
--- a/sw/source/ui/vba/vbasystem.cxx
+++ b/sw/source/ui/vba/vbasystem.cxx
@@ -35,6 +35,7 @@
 #include <tools/urlobj.hxx>
 
 #ifdef WNT
+#include <windows.h>
 #include <tchar.h>
 #endif
 


More information about the Libreoffice-commits mailing list