oleaut32: add OleLoadPictureFile stub (try 2)

Dmitry Timoshkov dmitry at baikal.ru
Wed Mar 23 22:17:08 CDT 2016


Austin English <austinenglish at gmail.com> wrote:

> -422 stub OleLoadPictureFile
> +422 stdcall OleLoadPictureFile(long ptr)
...
> +HRESULT WINAPI OleLoadPictureFile(VARIANT file, LPDISPATCH *picture)
> +{
> +    FIXME("(%p),stub!\n", picture);
> +    return E_NOTIMPL;
> +}

Is passing VARIANT by value supposed to be represented like this in a .spec
file?

-- 
Dmitry.



More information about the wine-devel mailing list