Merge pull request #12995 from 303248153/170724_fix_comment
[platform/upstream/coreclr.git] / src / ildasm / ildasmpch.h
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.
4
5 #if !defined(_ILDASMPCH_H)
6 #define _ILDASMPCH_H
7
8 #define OEMRESOURCE
9 #define INITGUID
10
11 #include <windows.h>
12 #include <cor.h>
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include <string.h>
16 #include <limits.h>
17 #include <winuser.h>
18 #include <commctrl.h>
19 #include <commdlg.h>
20 #include <richedit.h>
21 #include <shellapi.h>
22 #include <htmlhelp.h>
23 #include <conio.h>
24
25 #endif