summaryrefslogtreecommitdiffstats
path: root/private/windbg/eecxx/p_ppc/precomp.h
blob: 429e40172099bd76e78a72354de74af1ce2ad1c3 (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
/*--

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

--*/

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>

#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <ctype.h>

#ifndef USE_BASED
#define _based(a)   ERROR
#endif

#include "types.h"
#include "cvtypes.hxx"
#include "cvinfo.h"
#include "shapi.hxx"
#include "eeapi.h"
#include "debdef.h"
#include "shfunc.h"
#include "r10math.h"

#include "rtlproto.h"

#include "debexpr.h"
#include "dbgver.h"
#include "debsym.h"
#include <limits.h>
#include "cv.h"
#include <errno.h>