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
33 lines
368 B
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#if 0
|
|
}
|
|
#endif
|
|
|
|
//
|
|
// Can be called by the program to pre-initialize outside critical path
|
|
//
|
|
BOOL
|
|
__stdcall
|
|
MiFaultLibStartup(
|
|
);
|
|
|
|
//
|
|
// Can be called by the program to cleanly shutdown
|
|
//
|
|
void
|
|
__stdcall
|
|
MiFaultLibShutdown(
|
|
);
|
|
|
|
#if 0
|
|
{
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|