1 | // Licensed to the .NET Foundation under one or more agreements. |
---|---|
2 | // The .NET Foundation licenses this file to you under the MIT license. |
3 | // See the LICENSE file in the project root for more information. |
4 | |
5 | #include "jitpch.h" |
6 | #ifdef _MSC_VER |
7 | #pragma hdrstop |
8 | #endif |
9 | |
10 | /* Precompiled header nonsense requires that we do it this way */ |
11 | |
12 | /* GCDecoder.cpp is a common source file bewtween VM and JIT/IL */ |
13 | /* GCDecoder.cpp is located in $COM99/inc */ |
14 | |
15 | #include "gcdecoder.cpp" |
16 |