mirror of
https://github.com/reactos/reactos.git
synced 2025-07-06 13:21:25 +00:00
17 lines
288 B
C
17 lines
288 B
C
|
|
#include <precomp.h>
|
|
|
|
|
|
_CRTIMP
|
|
EXCEPTION_DISPOSITION
|
|
__cdecl
|
|
__C_specific_handler(
|
|
struct _EXCEPTION_RECORD *_ExceptionRecord,
|
|
void *_EstablisherFrame,
|
|
struct _CONTEXT *_ContextRecord,
|
|
struct _DISPATCHER_CONTEXT *_DispatcherContext)
|
|
{
|
|
UNIMPLEMENTED;
|
|
return 0;
|
|
}
|
|
|