diff options
Diffstat (limited to 'src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h')
-rw-r--r-- | src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h b/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h deleted file mode 100644 index e25e40c3..00000000 --- a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #pragma once | ||
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 | |||
4 | HRESULT CreateBAFunctions( | ||
5 | __in HMODULE hModule, | ||
6 | __in const BA_FUNCTIONS_CREATE_ARGS* pArgs, | ||
7 | __inout BA_FUNCTIONS_CREATE_RESULTS* pResults | ||
8 | ); | ||