Commit e9e8fbd0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: Make rtlraiseexception_vectored_handler() static.

parent b455d319
...@@ -199,7 +199,7 @@ static void run_exception_test(void *handler, const void* context, ...@@ -199,7 +199,7 @@ static void run_exception_test(void *handler, const void* context,
pNtCurrentTeb()->Tib.ExceptionList = exc_frame.frame.Prev; 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; PCONTEXT context = ExceptionInfo->ContextRecord;
PEXCEPTION_RECORD rec = ExceptionInfo->ExceptionRecord; PEXCEPTION_RECORD rec = ExceptionInfo->ExceptionRecord;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment