mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Merge 048dcb91d5835ea13dff3de8ee350fa01b58f6ed into 1b96fa13f549387b7549cc89e1a785cf143a1a50
This commit is contained in:
commit
351ea18150
@ -923,7 +923,7 @@ int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) {
|
|||||||
// apparently).
|
// apparently).
|
||||||
//
|
//
|
||||||
// SEH exception code for C++ exceptions.
|
// 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;
|
const DWORD kCxxExceptionCode = 0xe06d7363;
|
||||||
|
|
||||||
if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode ||
|
if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode ||
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user