Give SetErrorMode the right argument to suppress crash dialogs.

This commit is contained in:
Ferenc Wagner 2004-03-31 00:55:41 +00:00 committed by Alexandre Julliard
parent 6a1ce967cc
commit 409f7a3b58

View file

@ -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";