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.

22 lines
330 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header file for port driver library.
  7. --*/
  8. #include <ntddk.h>
  9. #include <stdio.h>
  10. #include <string.h>
  11. #include <stddef.h>
  12. #include <stdarg.h>
  13. #include <scsi.h>
  14. #include <ntddscsi.h>
  15. #include <portlib.h>