[Libreoffice-commits] .: setup_native/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Oct 16 09:44:38 PDT 2010


 setup_native/source/win32/customactions/sellang/sellang.cxx |    1 +
 setup_native/source/win32/stwrapper/stwrapper.cxx           |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 6fa94490b3cf37b4b4313d58d7cc06d279ecad72
Author: Florian Bircher <florian.bi at gmx.net>
Date:   Sat Oct 16 11:36:53 2010 -0500

    Fix for setup_native win32 SAL_N_ELEMENTS

diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx
index 5236083..7a09c78 100644
--- a/setup_native/source/win32/customactions/sellang/sellang.cxx
+++ b/setup_native/source/win32/customactions/sellang/sellang.cxx
@@ -51,6 +51,7 @@
 #include <stdio.h>
 #pragma warning(pop)
 
+#include <sal/macros.h>
 #include <systools/win32/uwinapi.h>
 
 /* #define VERBOSE_DEBUG_OUTPUT 1 */
diff --git a/setup_native/source/win32/stwrapper/stwrapper.cxx b/setup_native/source/win32/stwrapper/stwrapper.cxx
index 9b55362..210b5fb 100644
--- a/setup_native/source/win32/stwrapper/stwrapper.cxx
+++ b/setup_native/source/win32/stwrapper/stwrapper.cxx
@@ -12,6 +12,7 @@
 #include <tchar.h>
 
 #include <stdio.h>
+#include <sal/macros.h>
 
 enum PathResult
 {


More information about the Libreoffice-commits mailing list