summaryrefslogtreecommitdiffstats
path: root/private/windbg/newdm/p_i386/precomp.h
blob: 685d95665f393efe8f4d8b052b2606e036af1a44 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*--

Copyright (c) 1992  Microsoft Corporation

Module Name:

    precomp.h

Abstract:

    Header file that is pre-compiled into a .pch file

Author:

    Wesley Witt (wesw) 21-Sep-1993

Environment:

    Win32, User Mode

--*/

// an astonishingly stupid warning
#pragma warning(disable:4124)

#include "biavst.h"
#define _CTXPTRS_H_

#include <windef.h>
#include <stdio.h>
#include <memory.h>
#include <malloc.h>
#include <process.h>
#include <stdlib.h>
#include <string.h>
#include <crt\io.h>
#include <fcntl.h>
#include <setjmp.h>
#include <imagehlp.h>

#define NOEXTAPI
#include <wdbgexts.h>

#include "types.h"
#include "cvtypes.hxx"
#include "defs.h"
#include "od.h"
#include "ll.h"
#include "tl.h"
#include "mm.h"
#include "lbhpt.h"
#include "shapi.hxx"

#include "dbgver.h"
#include "emdm.h"

#include "dm.h"
#include "bp.h"
#include "kd.h"
#include "debug.h"
#include "funccall.h"