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.

51 lines
691 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. This is the precompiled header for the ACPI Unassembler
  7. Author:
  8. Stephane Plante
  9. Environment:
  10. Kernel mode only.
  11. Revision History:
  12. --*/
  13. //
  14. // These are the global header files
  15. //
  16. #include <ntddk.h>
  17. #include "aml.h"
  18. #include "unasm.h"
  19. //
  20. // These form the primitives that are used by the local
  21. // header files
  22. //
  23. #include "stack.h"
  24. #include "ustring.h"
  25. //
  26. // These are the local include files
  27. //
  28. #include "parser.h"
  29. #include "function.h"
  30. #include "data.h"
  31. #include "scope.h"
  32. //
  33. // This is to get around the fact that we don't want
  34. // to compile in some routines
  35. //
  36. #include "external.h"