summaryrefslogtreecommitdiff
path: root/src/ilasm/ilasmpch.h
blob: 6e9df4691063a12778a1bd5954e373a632394edc (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
// 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.

#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 <mbstring.h>           // for _mbsinc    
#include <ctype.h>                      // for isspace    
#include "openum.h"             // for CEE_*
#include <stdarg.h>         // for vararg macros 

#endif