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 | // File: export.h |
6 | // |
7 | |
8 | // |
9 | // Popular types/macros defined in MetaData directory (no subdirectories). |
10 | // It's supposed to be included from other subcomponents (i.e. subdirectories), not from this directory. |
11 | // |
12 | // ====================================================================================== |
13 | |
14 | #pragma once |
15 | |
16 | #include "debug_metadata.h" |
17 | #include "errors_metadata.h" |
18 | #include "datablob.h" |
19 | |