mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: winfsp-tests: WINFSP_TESTS_EXCEPTION_FILTER_DISABLE
This commit is contained in:
parent
f0fd53e3f3
commit
4578414a2c
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user