mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Merge 048dcb91d5
into 52204f78f9
This commit is contained in:
commit
4f5fde3add
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) {
|
|||
// apparently).
|
||||
//
|
||||
// SEH exception code for C++ exceptions.
|
||||
// (see https://support.microsoft.com/kb/185294 for more information).
|
||||
// (see https://learn.microsoft.com/en-us/cpp/cpp/structured-exception-handling-c-cpp for more information).
|
||||
const DWORD kCxxExceptionCode = 0xe06d7363;
|
||||
|
||||
if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode ||
|
||||
|
|
Loading…
Add table
Reference in a new issue