[PATCH] msi: Add MsiGetPatchFileListA/W stubs.

Hans Leidekker hans at codeweavers.com
Mon May 8 02:51:02 CDT 2017


On Mon, 2017-05-08 at 00:47 +0300, Andrey Gusev wrote: 
> +UINT WINAPI MsiGetPatchFileListA(LPCSTR szProductCode, LPCSTR szPatchList,
> +                                 LPDWORD pcFiles, MSIHANDLE **pphFileRecords)
> +{
> +    FIXME("(%s, %s, %p, %p) stub!\n", debugstr_a(szProductCode),
> +          debugstr_a(szPatchList), pcFiles, pphFileRecords);
> +    return ERROR_SUCCESS;

You should set the output parameters to sensible values, or return an error.





More information about the wine-devel mailing list