fix warning maybe
This commit is contained in:
parent
cc2ab62f1c
commit
c10cb4db5a
|
@ -20,7 +20,6 @@ static LONG __stdcall
|
|||
TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
|
||||
{
|
||||
ExitProcess(e->ExceptionRecord->ExceptionCode);
|
||||
return 0;
|
||||
}
|
||||
static void TestDriverEnableWindowsExceptionFilter()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue