parent
9aa96712ae
commit
eaf850cd0c
1 changed files with 7 additions and 1 deletions
|
@ -80,7 +80,13 @@
|
||||||
// Visual C++
|
// Visual C++
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
||||||
#define CATCH_INTERNAL_CONFIG_WINDOWS_SEH
|
// Universal Windows platform does not support SEH
|
||||||
|
// Or console colours (or console at all...)
|
||||||
|
# if (WINAPI_FAMILY == WINAPI_FAMILY_APP)
|
||||||
|
# define CATCH_CONFIG_COLOUR_NONE
|
||||||
|
# else
|
||||||
|
# define CATCH_INTERNAL_CONFIG_WINDOWS_SEH
|
||||||
|
# endif
|
||||||
|
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue