24 Mar
2016
24 Mar
'16
3:17 a.m.
Austin English <austinenglish(a)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.