Skip to content

Commit

Permalink
Update thunk_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-loew committed Apr 6, 2024
1 parent 21bc910 commit 4fa7544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/thunk_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ namespace struct_test {

void foo() {
auto VEH_Handle = AddVectoredExceptionHandler(true, (PVECTORED_EXCEPTION_HANDLER)m_thunk_PvectoredExceptionHandler.func());
(void)(VEH_Handle);
}

void HookMe() {
Expand Down Expand Up @@ -179,6 +180,7 @@ namespace struct_template_test {

void foo() {
auto VEH_Handle = AddVectoredExceptionHandler(true, (PVECTORED_EXCEPTION_HANDLER)m_thunk_PvectoredExceptionHandler.func());
(void)(VEH_Handle);
}

void HookMe() {
Expand Down

0 comments on commit 4fa7544

Please sign in to comment.