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.
5 #if !defined(_ILASMPCH_H)
7 #define NEW_INLINE_NAMES
9 #include "cor.h" // for CorMethodAttr ...
10 #include <crtdbg.h> // For _ASSERTE
17 #include "debugmacros.h"
20 #include "specstrings.h"
21 #include <string.h> // for strcmp
22 #include <mbstring.h> // for _mbsinc
23 #include <ctype.h> // for isspace
24 #include "openum.h" // for CEE_*
25 #include <stdarg.h> // for vararg macros