Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ilasmpch.h « ilasm « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ece4130ae571e0e33e9e7fba4de821eb52ccc4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#if !defined(_ILASMPCH_H)
#define _ILASMPCH_H
#define NEW_INLINE_NAMES

#include "cor.h"        // for CorMethodAttr ...
#include <crtdbg.h>     // For _ASSERTE
#include <corsym.h>

#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "utilcode.h"
#include "debugmacros.h"
#include "corpriv.h"

#include "specstrings.h"
#include <string.h>             // for strcmp
#include <ctype.h>                      // for isspace
#include "openum.h"             // for CEE_*
#include <stdarg.h>         // for vararg macros

#include "mdfileformat.h"
#include "stgpooli.h"

#endif