summaryrefslogtreecommitdiff
path: root/src/ilasm/ilasmpch.h
blob: 16d1cad64b16b158266ba5cb52057ba7360e79f3 (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
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license 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