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.

33 lines
368 B

  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #if 0
  6. }
  7. #endif
  8. //
  9. // Can be called by the program to pre-initialize outside critical path
  10. //
  11. BOOL
  12. __stdcall
  13. MiFaultLibStartup(
  14. );
  15. //
  16. // Can be called by the program to cleanly shutdown
  17. //
  18. void
  19. __stdcall
  20. MiFaultLibShutdown(
  21. );
  22. #if 0
  23. {
  24. #endif
  25. #ifdef __cplusplus
  26. }
  27. #endif