diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-27 22:26:16 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-29 14:40:09 -0500 |
| commit | 8deeffb615244c62a0c94ea99d01ece88b1caf09 (patch) | |
| tree | f28b80cc68fbcbd1a987d101bfdd305cec2a7fea /src/bextutil | |
| parent | 11fe2c881d182f9caff28bd9ff08c2e4fe513989 (diff) | |
| download | wix-8deeffb615244c62a0c94ea99d01ece88b1caf09.tar.gz wix-8deeffb615244c62a0c94ea99d01ece88b1caf09.tar.bz2 wix-8deeffb615244c62a0c94ea99d01ece88b1caf09.zip | |
Integrate size_t and OnPlanPackageBegin changes in Burn headers.
Diffstat (limited to 'src/bextutil')
| -rw-r--r-- | src/bextutil/BextBundleExtensionEngine.cpp | 8 | ||||
| -rw-r--r-- | src/bextutil/bextutil.vcxproj | 8 | ||||
| -rw-r--r-- | src/bextutil/inc/IBundleExtensionEngine.h | 10 | ||||
| -rw-r--r-- | src/bextutil/packages.config | 4 |
4 files changed, 15 insertions, 15 deletions
diff --git a/src/bextutil/BextBundleExtensionEngine.cpp b/src/bextutil/BextBundleExtensionEngine.cpp index 9906a7f5..6043e2db 100644 --- a/src/bextutil/BextBundleExtensionEngine.cpp +++ b/src/bextutil/BextBundleExtensionEngine.cpp | |||
| @@ -56,7 +56,7 @@ public: // IBundleExtensionEngine | |||
| 56 | virtual STDMETHODIMP EscapeString( | 56 | virtual STDMETHODIMP EscapeString( |
| 57 | __in_z LPCWSTR wzIn, | 57 | __in_z LPCWSTR wzIn, |
| 58 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, | 58 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, |
| 59 | __inout DWORD* pcchOut | 59 | __inout SIZE_T* pcchOut |
| 60 | ) | 60 | ) |
| 61 | { | 61 | { |
| 62 | HRESULT hr = S_OK; | 62 | HRESULT hr = S_OK; |
| @@ -107,7 +107,7 @@ public: // IBundleExtensionEngine | |||
| 107 | virtual STDMETHODIMP FormatString( | 107 | virtual STDMETHODIMP FormatString( |
| 108 | __in_z LPCWSTR wzIn, | 108 | __in_z LPCWSTR wzIn, |
| 109 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, | 109 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, |
| 110 | __inout DWORD* pcchOut | 110 | __inout SIZE_T* pcchOut |
| 111 | ) | 111 | ) |
| 112 | { | 112 | { |
| 113 | HRESULT hr = S_OK; | 113 | HRESULT hr = S_OK; |
| @@ -159,7 +159,7 @@ public: // IBundleExtensionEngine | |||
| 159 | virtual STDMETHODIMP GetVariableString( | 159 | virtual STDMETHODIMP GetVariableString( |
| 160 | __in_z LPCWSTR wzVariable, | 160 | __in_z LPCWSTR wzVariable, |
| 161 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, | 161 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, |
| 162 | __inout DWORD* pcchValue | 162 | __inout SIZE_T* pcchValue |
| 163 | ) | 163 | ) |
| 164 | { | 164 | { |
| 165 | HRESULT hr = S_OK; | 165 | HRESULT hr = S_OK; |
| @@ -186,7 +186,7 @@ public: // IBundleExtensionEngine | |||
| 186 | virtual STDMETHODIMP GetVariableVersion( | 186 | virtual STDMETHODIMP GetVariableVersion( |
| 187 | __in_z LPCWSTR wzVariable, | 187 | __in_z LPCWSTR wzVariable, |
| 188 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, | 188 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, |
| 189 | __inout DWORD* pcchValue | 189 | __inout SIZE_T* pcchValue |
| 190 | ) | 190 | ) |
| 191 | { | 191 | { |
| 192 | HRESULT hr = S_OK; | 192 | HRESULT hr = S_OK; |
diff --git a/src/bextutil/bextutil.vcxproj b/src/bextutil/bextutil.vcxproj index c8671f3b..b3ce96ba 100644 --- a/src/bextutil/bextutil.vcxproj +++ b/src/bextutil/bextutil.vcxproj | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | 3 | ||
| 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.132\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.132\build\WixToolset.BootstrapperCore.Native.props')" /> | 5 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props')" /> |
| 6 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props')" /> | 6 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" /> |
| 7 | 7 | ||
| 8 | <ItemGroup Label="ProjectConfigurations"> | 8 | <ItemGroup Label="ProjectConfigurations"> |
| 9 | <ProjectConfiguration Include="Debug|ARM64"> | 9 | <ProjectConfiguration Include="Debug|ARM64"> |
| @@ -87,8 +87,8 @@ | |||
| 87 | <PropertyGroup> | 87 | <PropertyGroup> |
| 88 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | 88 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 89 | </PropertyGroup> | 89 | </PropertyGroup> |
| 90 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props'))" /> | 90 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props'))" /> |
| 91 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" /> | 91 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" /> |
| 92 | <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.132\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.132\build\WixToolset.BootstrapperCore.Native.props'))" /> | 92 | <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props'))" /> |
| 93 | </Target> | 93 | </Target> |
| 94 | </Project> \ No newline at end of file | 94 | </Project> \ No newline at end of file |
diff --git a/src/bextutil/inc/IBundleExtensionEngine.h b/src/bextutil/inc/IBundleExtensionEngine.h index a96e3812..63dadb06 100644 --- a/src/bextutil/inc/IBundleExtensionEngine.h +++ b/src/bextutil/inc/IBundleExtensionEngine.h | |||
| @@ -7,18 +7,18 @@ DECLARE_INTERFACE_IID_(IBundleExtensionEngine, IUnknown, "9D027A39-F6B6-42CC-973 | |||
| 7 | STDMETHOD(EscapeString)( | 7 | STDMETHOD(EscapeString)( |
| 8 | __in_z LPCWSTR wzIn, | 8 | __in_z LPCWSTR wzIn, |
| 9 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, | 9 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, |
| 10 | __inout DWORD * pcchOut | 10 | __inout SIZE_T* pcchOut |
| 11 | ) = 0; | 11 | ) = 0; |
| 12 | 12 | ||
| 13 | STDMETHOD(EvaluateCondition)( | 13 | STDMETHOD(EvaluateCondition)( |
| 14 | __in_z LPCWSTR wzCondition, | 14 | __in_z LPCWSTR wzCondition, |
| 15 | __out BOOL * pf | 15 | __out BOOL* pf |
| 16 | ) = 0; | 16 | ) = 0; |
| 17 | 17 | ||
| 18 | STDMETHOD(FormatString)( | 18 | STDMETHOD(FormatString)( |
| 19 | __in_z LPCWSTR wzIn, | 19 | __in_z LPCWSTR wzIn, |
| 20 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, | 20 | __out_ecount_opt(*pcchOut) LPWSTR wzOut, |
| 21 | __inout DWORD * pcchOut | 21 | __inout SIZE_T* pcchOut |
| 22 | ) = 0; | 22 | ) = 0; |
| 23 | 23 | ||
| 24 | STDMETHOD(GetVariableNumeric)( | 24 | STDMETHOD(GetVariableNumeric)( |
| @@ -29,13 +29,13 @@ DECLARE_INTERFACE_IID_(IBundleExtensionEngine, IUnknown, "9D027A39-F6B6-42CC-973 | |||
| 29 | STDMETHOD(GetVariableString)( | 29 | STDMETHOD(GetVariableString)( |
| 30 | __in_z LPCWSTR wzVariable, | 30 | __in_z LPCWSTR wzVariable, |
| 31 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, | 31 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, |
| 32 | __inout DWORD* pcchValue | 32 | __inout SIZE_T* pcchValue |
| 33 | ) = 0; | 33 | ) = 0; |
| 34 | 34 | ||
| 35 | STDMETHOD(GetVariableVersion)( | 35 | STDMETHOD(GetVariableVersion)( |
| 36 | __in_z LPCWSTR wzVariable, | 36 | __in_z LPCWSTR wzVariable, |
| 37 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, | 37 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, |
| 38 | __inout DWORD* pcchValue | 38 | __inout SIZE_T* pcchValue |
| 39 | ) = 0; | 39 | ) = 0; |
| 40 | 40 | ||
| 41 | STDMETHOD(Log)( | 41 | STDMETHOD(Log)( |
diff --git a/src/bextutil/packages.config b/src/bextutil/packages.config index de70fed1..08ea3364 100644 --- a/src/bextutil/packages.config +++ b/src/bextutil/packages.config | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <packages> | 2 | <packages> |
| 3 | <package id="Nerdbank.GitVersioning" version="3.3.37" targetFramework="native" developmentDependency="true" /> | 3 | <package id="Nerdbank.GitVersioning" version="3.3.37" targetFramework="native" developmentDependency="true" /> |
| 4 | <package id="WixToolset.BootstrapperCore.Native" version="4.0.132" targetFramework="native" /> | 4 | <package id="WixToolset.BootstrapperCore.Native" version="4.0.141" targetFramework="native" /> |
| 5 | <package id="WixToolset.DUtil" version="4.0.70" targetFramework="native" /> | 5 | <package id="WixToolset.DUtil" version="4.0.72" targetFramework="native" /> |
| 6 | </packages> \ No newline at end of file | 6 | </packages> \ No newline at end of file |
