Give SetErrorMode the right argument to suppress crash dialogs.
This commit is contained in:
parent
6a1ce967cc
commit
409f7a3b58
|
@ -332,7 +332,7 @@ run_tests (char *logname, const char *tag)
|
|||
FILE *logfile;
|
||||
char build_tag[128];
|
||||
|
||||
SetErrorMode (SEM_FAILCRITICALERRORS);
|
||||
SetErrorMode (SEM_NOGPFAULTERRORBOX);
|
||||
|
||||
if (!(wineloader = getenv("WINELOADER"))) wineloader = "wine";
|
||||
|
||||
|
|
Loading…
Reference in New Issue