VcpQueueDelete() does not have a LPEXPANDVTBL parameter.

This commit is contained in:
Andreas Mohr 2001-05-24 18:41:21 +00:00 committed by Alexandre Julliard
parent 3eb3569bd3
commit 43e12ae268
1 changed files with 1 additions and 3 deletions

View File

@ -322,7 +322,6 @@ RETERR16 WINAPI VcpQueueDelete16(
LPCSTR lpszDstFileName, LPCSTR lpszDstFileName,
LPCSTR lpszDstDir, LPCSTR lpszDstDir,
LOGDISKID16 ldidDst, LOGDISKID16 ldidDst,
LPEXPANDVTBL lpExpandVtbl,
LPARAM lParamRef LPARAM lParamRef
) )
{ {
@ -335,8 +334,7 @@ RETERR16 WINAPI VcpQueueDelete16(
vfsDst.vhstrDir = vsmStringAdd16(lpszDstDir); vfsDst.vhstrDir = vsmStringAdd16(lpszDstDir);
vfsDst.vhstrFileName = vsmStringAdd16(lpszDstFileName); vfsDst.vhstrFileName = vsmStringAdd16(lpszDstFileName);
return VCP_VirtnodeCreate(NULL, &vfsDst, VNFL_DELETE, lParamRef, return VCP_VirtnodeCreate(NULL, &vfsDst, VNFL_DELETE, lParamRef, 0);
lpExpandVtbl);
} }
/*********************************************************************** /***********************************************************************