mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	@@ -61,7 +61,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
////////////////////////////////////////////////////////////////////////////////
 | 
					////////////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
// We know some environments not to support full POSIX signals
 | 
					// We know some environments not to support full POSIX signals
 | 
				
			||||||
#if defined(__CYGWIN__) || defined(__QNX__)
 | 
					#if defined(__CYGWIN__) || defined(__QNX__) || defined(__EMSCRIPTEN__)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#   if !defined(CATCH_CONFIG_POSIX_SIGNALS)
 | 
					#   if !defined(CATCH_CONFIG_POSIX_SIGNALS)
 | 
				
			||||||
#       define CATCH_INTERNAL_CONFIG_NO_POSIX_SIGNALS
 | 
					#       define CATCH_INTERNAL_CONFIG_NO_POSIX_SIGNALS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user