summaryrefslogtreecommitdiff
path: root/src/unwinder/stdafx.h
blob: cebdcf71ccd8fc285aaf5b70bd11b0c894d9dc19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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.
//*****************************************************************************
// File: stdafx.h
// 

// Prevent the inclusion of Random.h from disabling rand().  rand() is used by some other headers we include
// and there's no reason why DAC should be forbidden from using it.
#define DO_NOT_DISABLE_RAND

#define USE_COM_CONTEXT_DEF

#include <common.h>
#include <debugger.h>
#include <methoditer.h>
#ifdef DACCESS_COMPILE
#include <dacprivate.h>
#include <dacimpl.h>
#endif // DACCESS_COMPILE