oleaut32: add OleLoadPictureFile stub

Austin English austinenglish at gmail.com
Wed Mar 23 19:27:09 CDT 2016


On Wed, Mar 23, 2016 at 1:07 PM, Andrew Eikum <aeikum at codeweavers.com> wrote:
>> + * OleLoadPictureFile (OLEAUT32.422)
>> + */
>> +HRESULT WINAPI OleLoadPictureFile(VARIANT file, LPDISPATCH *picture)
>> +{
>> +    FIXME("(%p),stub!\n", picture);
>> +    return ERROR_CALL_NOT_IMPLEMENTED;
>> +}
>> +
>> +/***********************************************************************
>
> This should return an HRESULT, right? Probably E_NOTIMPL.
>
> Andrew

Yes, thanks for catching Andrew.

-- 
-Austin



More information about the wine-devel mailing list