mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	@@ -80,7 +80,13 @@
 | 
				
			|||||||
// Visual C++
 | 
					// Visual C++
 | 
				
			||||||
#ifdef _MSC_VER
 | 
					#ifdef _MSC_VER
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 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
 | 
					#    define CATCH_INTERNAL_CONFIG_WINDOWS_SEH
 | 
				
			||||||
 | 
					#  endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // _MSC_VER
 | 
					#endif // _MSC_VER
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user