mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[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:
parent
fe6644f895
commit
2c7388a0b1
9 changed files with 10 additions and 22 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
START_TEST(RtlException)
|
||||
{
|
||||
NTSTATUS ExceptionStatus;
|
||||
PCHAR Buffer[128];
|
||||
|
||||
/* Access a valid pointer - must not trigger SEH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue