55 #if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE
57 LONG WINAPI ExitWithExceptionCode(
58 struct _EXCEPTION_POINTERS* exception_pointers) {
59 exit(exception_pointers->ExceptionRecord->ExceptionCode);
65 int main(
int argc,
char **argv) {
69 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
71 # if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE
79 SetUnhandledExceptionFilter(ExitWithExceptionCode);
82 #endif // GTEST_OS_WINDOWS
#define TEST(test_suite_name, test_name)
#define EXPECT_EQ(val1, val2)
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
GTEST_API_ void InitGoogleTest(int *argc, char **argv)