diff options
author | Florian Bircher <florian.bi@gmx.net> | 2010-10-16 11:36:53 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-16 11:36:53 -0500 |
commit | c41112c46369364bae3d0a17c1321cef992864d6 (patch) | |
tree | 8b47dc060b7a2429b245261a912a1c069d9d87cd | |
parent | 394235bba1f7c474c9655f929f4fe27a550aba45 (diff) |
Fix for setup_native win32 SAL_N_ELEMENTS
-rw-r--r-- | setup_native/source/win32/customactions/sellang/sellang.cxx | 1 | ||||
-rw-r--r-- | setup_native/source/win32/stwrapper/stwrapper.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx index ecae30371082..a031606d1823 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 0a12b3a80f61..b4e22cf7afca 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 { |