summaryrefslogtreecommitdiff
path: root/src/ildasm/ildasmpch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/ildasmpch.h')
-rw-r--r--src/ildasm/ildasmpch.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ildasm/ildasmpch.h b/src/ildasm/ildasmpch.h
new file mode 100644
index 0000000000..ff939ede74
--- /dev/null
+++ b/src/ildasm/ildasmpch.h
@@ -0,0 +1,25 @@
+// 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(_ILDASMPCH_H)
+#define _ILDASMPCH_H
+
+#define OEMRESOURCE
+#define INITGUID
+
+#include <windows.h>
+#include <cor.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <limits.h>
+#include <winuser.h>
+#include <commctrl.h>
+#include <commdlg.h>
+#include <richedit.h>
+#include <shellapi.h>
+#include <htmlhelp.h>
+#include <conio.h>
+
+#endif