Merge 048dcb91d5835ea13dff3de8ee350fa01b58f6ed into d72f9c8aea6817cdf1ca0ac10887f328de7f3da2

This commit is contained in:
Arnaud Kleinpeter 2026-04-06 10:08:02 -04:00 committed by GitHub
commit 03b9b65c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -949,7 +949,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 ||