summaryrefslogtreecommitdiff
path: root/src/jit/delayload.cpp
blob: 895a13a6bfbf4174198b92b6792dde519b1dcf35 (plain)
1
2
3
4
5
6
7
8
9
10
// 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.

#include "jitpch.h"
#pragma hdrstop

#include "shimload.h"

ExternC PfnDliHook __pfnDliNotifyHook = ShimDelayLoadHook;