diff options
Diffstat (limited to 'src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.cpp')
-rw-r--r-- | src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.cpp b/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.cpp index fc9d1177..6396fa08 100644 --- a/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.cpp +++ b/src/test/burn/TestData/PrereqBaTests/PrereqBaf/precomp.cpp | |||
@@ -31,7 +31,9 @@ extern "C" HRESULT WINAPI BAFunctionsCreate( | |||
31 | ) | 31 | ) |
32 | { | 32 | { |
33 | HRESULT hr = S_OK; | 33 | HRESULT hr = S_OK; |
34 | 34 | ||
35 | BalInitialize(pArgs->pEngine); | ||
36 | |||
35 | hr = CreateBAFunctions(vhInstance, pArgs, pResults); | 37 | hr = CreateBAFunctions(vhInstance, pArgs, pResults); |
36 | BalExitOnFailure(hr, "Failed to create BAFunctions interface."); | 38 | BalExitOnFailure(hr, "Failed to create BAFunctions interface."); |
37 | 39 | ||