mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tst: winfsp-tests: WINFSP_TESTS_EXCEPTION_FILTER_DISABLE
This commit is contained in:
		| @@ -252,7 +252,9 @@ int main(int argc, char *argv[]) | |||||||
|  |  | ||||||
|     atexit(exiting); |     atexit(exiting); | ||||||
|     signal(SIGABRT, abort_handler); |     signal(SIGABRT, abort_handler); | ||||||
|     SetUnhandledExceptionFilter(UnhandledExceptionHandler); | #pragma warning(suppress: 4996) | ||||||
|  |     if (0 == getenv("WINFSP_TESTS_EXCEPTION_FILTER_DISABLE")) | ||||||
|  |         SetUnhandledExceptionFilter(UnhandledExceptionHandler); | ||||||
|  |  | ||||||
|     for (int argi = 1; argc > argi; argi++) |     for (int argi = 1; argc > argi; argi++) | ||||||
|     { |     { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user