mirror of
https://github.com/reactos/reactos.git
synced 2025-07-06 23:21:22 +00:00
18 lines
288 B
C
18 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;
|
||
|
}
|
||
|
|