mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský