blob: 7a93aa51df3c495ae4bea6ba26c36b5294bce714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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: external.h
//
//
// External types used in MetaData\* subcomponent classes.
//
// ======================================================================================
#pragma once
#include <clrtypes.h>
#include <safemath.h>
#include <new.hpp>
|