summaryrefslogtreecommitdiffstats
path: root/private/mvdm/inc/v86def.h
blob: 3b31b497c3678e020aa9fb6f5927c31df6a26f0e (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
/*++ BUILD Version: 0001

Copyright (c) 1990  Microsoft Corporation

Module Name:

    V86PC.H

Abstract:

    This file contains macros, function prototypes, and externs for the
    v86-mode NT version of SoftPC v3.0.

Author:

    Dave Hastings (daveh) 4-11-91

Revision History:

    Jeff Parsons (jeffpar) 14-May-1991
    Added X86CONTEXT, which is identical to CONTEXT when running on an
    x86 platform.

--*/


// Define X86CONTEXT structure

typedef CONTEXT X86CONTEXT, *PX86CONTEXT;