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