Source code of Windows XP (NT5)
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.

27 lines
601 B

  1. /****************************************************************************/
  2. // precomp.h
  3. //
  4. // Copyright (C) 1997-1999 Microsoft Corp.
  5. /****************************************************************************/
  6. /*
  7. * Need to define these to have MP save driver ( proper locked operation will generated for x86)-Bug# 209464
  8. */
  9. #include <ntosp.h>
  10. #include <zwapi.h>
  11. #include <winstaw.h>
  12. #include <ntddvdeo.h>
  13. #include <ntddkbd.h>
  14. #include <ntddmou.h>
  15. #include <icadd.h>
  16. #include <sdapi.h>
  17. #include "icap.h"
  18. #include "icadata.h"
  19. #include "icaprocs.h"
  20. #include "stdarg.h"
  21. #include "stdio.h"