summaryrefslogtreecommitdiff
path: root/src/ilasm/MscorpeSxS.h
blob: 8cee9c49cd756cf7a9358d6099672646749066e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// 
// File: MscorpeSxS.h
// 

// 
// This file defines a wrapper for SxS version of mscorpe.dll (dynamically loaded via shim).
// 

#pragma once

#include <MscorpeSxSWrapper.h>

// Loads mscorpe.dll (uses shim)
HRESULT LoadMscorpeDll(HMODULE * phModule);

// Wrapper for mscorpe.dll calls
typedef MscorpeSxSWrapper<LoadMscorpeDll> MscorpeSxS;