[KMTESTS]

No need now to declare a NTSTATUS ExceptionStatus; variable to be able to use KmtStartSeh() / KmtEndSeh() macros; this is done automagically.

svn path=/trunk/; revision=60320
This commit is contained in:
Hermès Bélusca-Maïto 2013-09-22 19:28:21 +00:00
parent fe6644f895
commit 2c7388a0b1
9 changed files with 10 additions and 22 deletions

View file

@ -9,7 +9,6 @@
START_TEST(RtlException)
{
NTSTATUS ExceptionStatus;
PCHAR Buffer[128];
/* Access a valid pointer - must not trigger SEH */