Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_HAS_SEH

64 //   GTEST_HAS_SEH            - Define it to 1/0 to indicate whether the
643 #ifndef GTEST_HAS_SEH
648 # define GTEST_HAS_SEH 1
651 # define GTEST_HAS_SEH 0
654 #endif // GTEST_HAS_SEH