Add CATCH_PLATFORM_WINDOWS_UWP detection macro

This commit is contained in:
Martin Hořeňovský
2022-09-02 07:09:28 +02:00
parent dc001fa935
commit 3ca5cf32e5
2 changed files with 5 additions and 1 deletions

View File

@@ -174,7 +174,7 @@
// Universal Windows platform does not support SEH
// Or console colours (or console at all...)
# if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_APP)
# if defined(CATCH_PLATFORM_WINDOWS_UWP)
# define CATCH_INTERNAL_CONFIG_NO_COLOUR_WIN32
# else
# define CATCH_INTERNAL_CONFIG_WINDOWS_SEH