Commit 409f7a3b authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Alexandre Julliard

Give SetErrorMode the right argument to suppress crash dialogs.

parent 6a1ce967
...@@ -332,7 +332,7 @@ run_tests (char *logname, const char *tag) ...@@ -332,7 +332,7 @@ run_tests (char *logname, const char *tag)
FILE *logfile; FILE *logfile;
char build_tag[128]; char build_tag[128];
SetErrorMode (SEM_FAILCRITICALERRORS); SetErrorMode (SEM_NOGPFAULTERRORBOX);
if (!(wineloader = getenv("WINELOADER"))) wineloader = "wine"; if (!(wineloader = getenv("WINELOADER"))) wineloader = "wine";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment