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.

19 lines
234 B

#include "pch.h"
LPTOP_LEVEL_EXCEPTION_FILTER __cdecl exception_get_filter()
{
DUMMY();
return NULL;
}
void __cdecl exception_install_filter()
{
DUMMY();
}
void __cdecl j_exception_init_filter()
{
DUMMY();
}