winetest: hide test crashes

Ferenc Wagner wferi at afavant.elte.hu
Tue Mar 30 15:14:37 CST 2004


ChangeLog:
* Give SetErrorMode the right argument to suppress crash
  dialogs.

Index: main.c
===================================================================
RCS file: /home/wine/wine/programs/winetest/main.c,v
retrieving revision 1.9
diff -u -r1.9 main.c
--- main.c	30 Mar 2004 04:32:46 -0000	1.9
+++ main.c	30 Mar 2004 21:10:51 -0000
@@ -332,7 +373,7 @@
     FILE *logfile;
     char build_tag[128];
 
-    SetErrorMode (SEM_FAILCRITICALERRORS);
+    SetErrorMode (SEM_NOGPFAULTERRORBOX);
 
     if (!(wineloader = getenv("WINELOADER"))) wineloader = "wine";
 



More information about the wine-patches mailing list