Browse Source

Fixed #789 Fix utest/ctest.h on Mingw.

tags/v0.2.16^2
Zhang Xianyi 10 years ago
parent
commit
d23c7c713c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      utest/ctest.h

+ 4
- 0
utest/ctest.h View File

@@ -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


Loading…
Cancel
Save