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.
31 lines
286 B
31 lines
286 B
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#if 0
|
|
}
|
|
#endif
|
|
|
|
int
|
|
__cdecl
|
|
MiFaultLibTestA(
|
|
int argc,
|
|
char *argv[]
|
|
);
|
|
|
|
int
|
|
__cdecl
|
|
MiFaultLibTestW(
|
|
int argc,
|
|
__wchar_t *argv[]
|
|
);
|
|
|
|
#if 0
|
|
{
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|