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.

37 lines
425 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract
  6. Author:
  7. Forrest Foltz
  8. Ervin P.
  9. Environment:
  10. Kernel mode only
  11. Revision History:
  12. --*/
  13. #include <wdm.h>
  14. #include <stdio.h>
  15. #include <hidpddi.h>
  16. #include <hidport.h>
  17. #include <wmilib.h>
  18. #include <wdmguid.h>
  19. #include <wmistr.h>
  20. #include <strsafe.h>
  21. #include "local.h"
  22. #include "debug.h"