Fixed #789 Fix utest/ctest.h on Mingw.
This commit is contained in:
parent
8c43d7fa5f
commit
d23c7c713c
|
@ -58,6 +58,10 @@ struct ctest {
|
||||||
#define __CTEST_APPLE
|
#define __CTEST_APPLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __MINGW32__
|
||||||
|
#undef CTEST_SEGFAULT
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && defined(_MSC_VER)
|
#if defined(_WIN32) && defined(_MSC_VER)
|
||||||
#define __CTEST_MSVC
|
#define __CTEST_MSVC
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue