Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Nov 10, 2023
1 parent fdf4393 commit f7241e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testdrv1/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LibWinDrvDriverEntry(__in DRIVER_OBJECT *DriverObject, __in UNICODE_STRING *Regi
int 0x2D
}
}
__except (1)
__except (EXCEPTION_EXECUTE_HANDLER)
{
dprintf("except\n");
}
Expand Down

0 comments on commit f7241e2

Please sign in to comment.