summaryrefslogtreecommitdiff
path: root/src/ilasm/ilasmpch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilasm/ilasmpch.h')
-rw-r--r--src/ilasm/ilasmpch.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ilasm/ilasmpch.h b/src/ilasm/ilasmpch.h
new file mode 100644
index 0000000000..6e9df46910
--- /dev/null
+++ b/src/ilasm/ilasmpch.h
@@ -0,0 +1,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