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
34 lines
443 B
/*++
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
FatalEngine.h
|
|
|
|
Abstract:
|
|
|
|
(See module header of FatalEngine.cpp)
|
|
|
|
Author:
|
|
|
|
Abdullah Ustuner (AUstuner) 28-August-2002
|
|
|
|
[Notes:]
|
|
|
|
Header file for FatalEngine.cpp
|
|
|
|
--*/
|
|
|
|
#ifndef FATALENGINE_H
|
|
#define FATALENGINE_H
|
|
|
|
//
|
|
// Function prototype for FatalEngine.cpp
|
|
//
|
|
BOOL
|
|
MCAGetFatalError(
|
|
VOID
|
|
);
|
|
|
|
#endif
|