Austin English austinenglish@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?