summaryrefslogtreecommitdiff
path: root/src/unwinder/stdafx.h
blob: 2e6330d84646817bd3a29c54b82f517edeb960af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license 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