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.

30 lines
449 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. Precompiled header for the standard application verifier provider.
  7. Author:
  8. Daniel Mihai (DMihai) 2-Feb-2001
  9. Revision History:
  10. --*/
  11. #ifndef _VERIFIER_PCH_H_
  12. #define _VERIFIER_PCH_H_
  13. #include <..\..\ntos\inc\ntos.h> // for InterlockedXxx functions
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #endif // _VERIFIER_PCH_H_