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.

44 lines
536 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract: Pre-compile C header file.
  6. Environment:
  7. Kernel mode
  8. Author:
  9. Michael Tsang (MikeTs) 13-Mar-2000
  10. Revision History:
  11. --*/
  12. #ifndef _PCH_H
  13. #define _PCH_H
  14. #define MODNAME "HPEN"
  15. #define INTERNAL
  16. #define EXTERNAL
  17. #if DBG
  18. #define DEBUG
  19. #define TRACING
  20. #endif
  21. #include <wdm.h>
  22. #include <ntddser.h>
  23. #include <hidport.h>
  24. #include "oempen.h"
  25. #include "hidpen.h"
  26. #include "debug.h"
  27. #include "trace.h"
  28. #endif //ifndef _PCH_H