summaryrefslogtreecommitdiff
path: root/src/md/ceefilegen/stdafx.h
blob: 0e222f883355851a4e6246eac671148e2350ed55 (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
31
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license 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"