ntdll: Add a vectored exception handling test to the existing RtlRaiseException test.
commita30bc5808e253fd6e3405cc85f3dd353b7285463
authorPeter Oberndorfer <kumbayo84@arcor.de>
Thu, 15 Feb 2007 18:45:51 +0000 (15 19:45 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Feb 2007 11:30:54 +0000 (16 12:30 +0100)
tree67a9332433570d8602cc6936b673c40f69f3dd1a
parent6ede7a1130db8d7b964b506005a1f9bc1679f3ea
ntdll: Add a vectored exception handling test to the existing RtlRaiseException test.

Show that context changes in vectored handler also affect stack handlers.
Show that vectored handlers also get the changed context.Eip value.
dlls/ntdll/tests/exception.c