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.

34 lines
443 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. FatalEngine.h
  5. Abstract:
  6. (See module header of FatalEngine.cpp)
  7. Author:
  8. Abdullah Ustuner (AUstuner) 28-August-2002
  9. [Notes:]
  10. Header file for FatalEngine.cpp
  11. --*/
  12. #ifndef FATALENGINE_H
  13. #define FATALENGINE_H
  14. //
  15. // Function prototype for FatalEngine.cpp
  16. //
  17. BOOL
  18. MCAGetFatalError(
  19. VOID
  20. );
  21. #endif