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.

26 lines
417 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. This is the private include file for the 32 bit dpmi and protected mode
  7. support
  8. --*/
  9. #include <nt.h>
  10. #include <ntrtl.h>
  11. #include <nturtl.h>
  12. #include <windows.h>
  13. #include <vdm.h>
  14. #include <dpmi.h>
  15. #include <vint.h>
  16. #include <mvdm.h>
  17. #include <dpmi32.h>
  18. #include <dbgsvc.h>
  19. #include <nt_vdd.h>