mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
sync mapi32_winetest with wine 1.1.13
svn path=/trunk/; revision=38874
This commit is contained in:
parent
bfc3948cfe
commit
aa7409c841
2 changed files with 3 additions and 4 deletions
|
@ -93,11 +93,11 @@ static void test_PropCopyMore(void)
|
|||
if (!pPropCopyMore)
|
||||
return;
|
||||
|
||||
scode = pMAPIAllocateBuffer(sizeof(LPSPropValue), (LPVOID *)lpDest);
|
||||
scode = pMAPIAllocateBuffer(sizeof(LPSPropValue), lpDest);
|
||||
if (FAILED(scode))
|
||||
return;
|
||||
|
||||
scode = pMAPIAllocateMore(sizeof(LPSPropValue), lpDest, (LPVOID *)lpSrc);
|
||||
scode = pMAPIAllocateMore(sizeof(LPSPropValue), lpDest, lpSrc);
|
||||
if (FAILED(scode))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue