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.

49 lines
559 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. This module contains function prototypes.
  7. Author:
  8. Jeffrey Lawson (jlawson) 12-Apr-2000
  9. Revision History:
  10. --*/
  11. #ifndef _WINSAFER_PCH_
  12. #define _WINSAFER_PCH_
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. #include <wincrypt.h>
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. //
  22. // Include Common Definitions.
  23. //
  24. ULONG
  25. BaseSetLastNTError(
  26. IN NTSTATUS Status
  27. );
  28. #ifdef __cplusplus
  29. } // extern "C"
  30. #endif
  31. #endif // _WINSAFER_PCH_