Compare commits

...

2 Commits

Author SHA1 Message Date
Arnaud Kleinpeter
e8ce454c39
Merge 048dcb91d5835ea13dff3de8ee350fa01b58f6ed into 085af2cc08600bdb13827ca40261abcbe5048bb5 2025-11-11 02:40:29 +03:00
Arnaud Kleinpeter
048dcb91d5
Update gtest.cc broken link to SEH exceptions 2024-11-08 13:35:00 +01:00

View File

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