Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
522 B

/*++ 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;