WINAPI fix

Andreas Mohr a.mohr at mailto.de
Thu May 24 11:42:54 CDT 2001


Hello all,

VcpQueueDelete() does not have a LPEXPANDVTBL parameter.

Thanks to Patrik Stridvall for hitting me with the clue stick !

Andreas Mohr
-------------- next part --------------
Determining best CVS host...
Using CVSROOT :pserver:cvs at rhlx01.fht-esslingen.de:/home/wine
Index: dlls/setupapi/virtcopy.c
===================================================================
RCS file: /home/wine/wine/dlls/setupapi/virtcopy.c,v
retrieving revision 1.3
diff -u -r1.3 virtcopy.c
--- dlls/setupapi/virtcopy.c	2001/05/07 18:17:19	1.3
+++ dlls/setupapi/virtcopy.c	2001/05/24 14:32:05
@@ -322,7 +322,6 @@
 	LPCSTR lpszDstFileName,
 	LPCSTR lpszDstDir,
 	LOGDISKID16 ldidDst,
-	LPEXPANDVTBL lpExpandVtbl,
 	LPARAM lParamRef
 )
 {
@@ -336,7 +335,7 @@
     vfsDst.vhstrFileName = vsmStringAdd16(lpszDstFileName);
 
     return VCP_VirtnodeCreate(NULL, &vfsDst, VNFL_DELETE, lParamRef,
-		    lpExpandVtbl);
+		    NULL);
 }
 
 /***********************************************************************


More information about the wine-patches mailing list