Use proper name.

This commit is contained in:
Brad Nelson
2023-01-20 23:12:08 -08:00
parent b87d21e548
commit 6ed9c2141e

View File

@ -61,7 +61,7 @@ work:
#undef Z #undef Z
} }
} }
} __except (1) { } __except (EXCEPTION_EXECUTE_HANDLER) {
THROWIT(GetExceptionCode()); THROWIT(GetExceptionCode());
} }
} }