ntdll/tests: Make rtlraiseexception_vectored_handler() static.

This commit is contained in:
Francois Gouget 2008-12-12 10:21:38 +01:00 committed by Alexandre Julliard
parent b455d319f9
commit e9e8fbd0ef
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ static void run_exception_test(void *handler, const void* context,
pNtCurrentTeb()->Tib.ExceptionList = exc_frame.frame.Prev;
}
LONG CALLBACK rtlraiseexception_vectored_handler(EXCEPTION_POINTERS *ExceptionInfo)
static LONG CALLBACK rtlraiseexception_vectored_handler(EXCEPTION_POINTERS *ExceptionInfo)
{
PCONTEXT context = ExceptionInfo->ContextRecord;
PEXCEPTION_RECORD rec = ExceptionInfo->ExceptionRecord;