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

  1. /*++ BUILD Version: 0001
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. V86PC.H
  5. Abstract:
  6. This file contains macros, function prototypes, and externs for the
  7. v86-mode NT version of SoftPC v3.0.
  8. Author:
  9. Dave Hastings (daveh) 4-11-91
  10. Revision History:
  11. Jeff Parsons (jeffpar) 14-May-1991
  12. Added X86CONTEXT, which is identical to CONTEXT when running on an
  13. x86 platform.
  14. --*/
  15. // Define X86CONTEXT structure
  16. typedef CONTEXT X86CONTEXT, *PX86CONTEXT;