From dea25ba9bcfd65200b60339c2e4bc060cdf20723 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 7 Mar 2024 01:44:51 -0800 Subject: Move wixstdba functions to Bal.wixext build --- .../burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj | 2 +- src/test/burn/TestData/Manual/BafThmutilTesting/precomp.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/test/burn/TestData/Manual') diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj index b6de5844..aa6a03f7 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj @@ -62,7 +62,7 @@ - + diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.cpp b/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.cpp index fc9d1177..6396fa08 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.cpp +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/precomp.cpp @@ -31,7 +31,9 @@ extern "C" HRESULT WINAPI BAFunctionsCreate( ) { HRESULT hr = S_OK; - + + BalInitialize(pArgs->pEngine); + hr = CreateBAFunctions(vhInstance, pArgs, pResults); BalExitOnFailure(hr, "Failed to create BAFunctions interface."); -- cgit v1.2.3-55-g6feb