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// File: stdafx.h
6//
7
8//
9//*****************************************************************************
10#include <stdint.h>
11#include <wchar.h>
12#include <stdio.h>
13
14#include <windows.h>
15
16#include <switches.h>
17#include <winwrap.h>
18
19#ifdef DACCESS_COMPILE
20#include <specstrings.h>
21#endif
22
23#include <util.hpp>
24
25#include <dbgtargetcontext.h>
26
27#include <cordbpriv.h>
28#include <dbgipcevents.h>
29#include "debugger.h"
30#include "walker.h"
31#include "controller.h"
32#include "frameinfo.h"
33#include <corerror.h>
34#include "../inc/common.h"
35
36