summaryrefslogtreecommitdiff
path: root/src/md/ceefilegen/stdafx.h
blob: 90d8c1a2dece26484730f7f87e8f8fc8a5ba9ff4 (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
26
27
28
29
30
// 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.
//*****************************************************************************
// stdafx.h
// 

//
// Common include file for utility code.
//*****************************************************************************

#define _CRT_DEPENDENCY_  //this code depends on the crt file functions
#include <crtwrap.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>		// for qsort
#include <windows.h>
#include <time.h>

#include <corerror.h>
#include <utilcode.h>

#include <corpriv.h>

#include "pesectionman.h"

#include "ceegen.h"
#include "ceesectionstring.h"