summaryrefslogtreecommitdiff
path: root/src/ildasm/ildasmpch.h
blob: ff939ede748c5fbba52094aeac657ad87ce52f66 (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
// 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