fix warning maybe

This commit is contained in:
Ken Martin 2004-05-07 08:35:46 -04:00
parent cc2ab62f1c
commit c10cb4db5a
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ static LONG __stdcall
TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
{
ExitProcess(e->ExceptionRecord->ExceptionCode);
return 0;
}
static void TestDriverEnableWindowsExceptionFilter()
{