sync mapi32_winetest with wine 1.1.13

svn path=/trunk/; revision=38874
This commit is contained in:
Christoph von Wittich 2009-01-18 08:56:17 +00:00
parent bfc3948cfe
commit aa7409c841
2 changed files with 3 additions and 4 deletions

View file

@ -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;