PATCH: do not aboirt in clipper

Marcus Meissner marcus at jet.franken.de
Mon Jul 9 13:55:50 CDT 2001


Hi,

while it is not implemented, we should not abort either.

Ciao, Marcus

Changelog:
	Do not abort() in cliplists handling.

Index: dlls/ddraw/dclipper/main.c
===================================================================
RCS file: /home/wine/wine/dlls/ddraw/dclipper/main.c,v
retrieving revision 1.4
diff -u -r1.4 main.c
--- dlls/ddraw/dclipper/main.c	2001/06/11 20:14:43	1.4
+++ dlls/ddraw/dclipper/main.c	2001/07/09 19:45:01
@@ -107,7 +107,6 @@
 ) {
     ICOM_THIS(IDirectDrawClipperImpl,iface);
     FIXME("(%p,%p,%p,%p),stub!\n",This,prcClip,lprgn,pdwSize);
-    abort();
     if (pdwSize) *pdwSize=0;
     return DD_OK;
 }
@@ -117,7 +116,6 @@
 ) {
     ICOM_THIS(IDirectDrawClipperImpl,iface);
     FIXME("(%p,%p,%ld),stub!\n",This,lprgn,pdwSize);
-    abort();
     return DD_OK;
 }
 




More information about the wine-patches mailing list