From 5baa1dfe8ba2a3bd4728bca118fe1de225f848d4 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 7 Mar 2024 09:41:29 -0800 Subject: Rename "bundle extension" to "bootstrapper extension" for more consistency Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. --- src/ext/Util/be/detectsha2support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/Util/be/detectsha2support.cpp') diff --git a/src/ext/Util/be/detectsha2support.cpp b/src/ext/Util/be/detectsha2support.cpp index 4abfc63c..c7175a47 100644 --- a/src/ext/Util/be/detectsha2support.cpp +++ b/src/ext/Util/be/detectsha2support.cpp @@ -41,7 +41,7 @@ LExit: HRESULT UtilPerformDetectSHA2CodeSigning( __in LPCWSTR wzVariable, __in UTIL_SEARCH* /*pSearch*/, - __in IBundleExtensionEngine* pEngine + __in IBootstrapperExtensionEngine* pEngine ) { HRESULT hr = S_OK; -- cgit v1.2.3-55-g6feb