aboutsummaryrefslogtreecommitdiff
path: root/src/be/utilbe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/be/utilbe.cpp')
-rw-r--r--src/be/utilbe.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/be/utilbe.cpp b/src/be/utilbe.cpp
new file mode 100644
index 00000000..370669dd
--- /dev/null
+++ b/src/be/utilbe.cpp
@@ -0,0 +1,19 @@
1// 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
3#include "precomp.h"
4
5// function definitions
6
7extern "C" HRESULT WINAPI BundleExtensionCreate(
8 __in const BUNDLE_EXTENSION_CREATE_ARGS* /*pArgs*/,
9 __inout BUNDLE_EXTENSION_CREATE_RESULTS* /*pResults*/
10 )
11{
12 HRESULT hr = S_OK;
13
14 return hr;
15}
16
17extern "C" void WINAPI BundleExtensionDestroy()
18{
19} \ No newline at end of file