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// stdafx.h
6//
7
8//
9// Common include file for utility code.
10//*****************************************************************************
11
12#define _CRT_DEPENDENCY_ //this code depends on the crt file functions
13#include <crtwrap.h>
14#include <string.h>
15#include <limits.h>
16#include <stdio.h>
17#include <stddef.h>
18#include <stdlib.h> // for qsort
19#include <windows.h>
20#include <time.h>
21
22#include <corerror.h>
23#include <utilcode.h>
24
25#include <corpriv.h>
26
27#include "pesectionman.h"
28
29#include "ceegen.h"
30#include "ceesectionstring.h"
31