diff options
Diffstat (limited to 'src/ext/Bal/mbahost/mbahost.h')
-rw-r--r-- | src/ext/Bal/mbahost/mbahost.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/ext/Bal/mbahost/mbahost.h b/src/ext/Bal/mbahost/mbahost.h deleted file mode 100644 index 19cf8311..00000000 --- a/src/ext/Bal/mbahost/mbahost.h +++ /dev/null | |||
@@ -1,17 +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 | |||
5 | struct MBASTATE | ||
6 | { | ||
7 | BOOL fInitialized; | ||
8 | BOOL fInitializedRuntime; | ||
9 | BOOL fStoppedRuntime; | ||
10 | HINSTANCE hInstance; | ||
11 | LPWSTR sczAppBase; | ||
12 | LPWSTR sczConfigPath; | ||
13 | mscorlib::_AppDomain* pAppDomain; | ||
14 | ICorRuntimeHost* pCLRHost; | ||
15 | HMODULE hMbapreqModule; | ||
16 | PREQBA_DATA prereqData; | ||
17 | }; | ||