Re: spec file syntax for VARIANT parameter

2008-11-19 Thread Marcus Meissner
On Wed, Nov 19, 2008 at 01:11:05PM -0800, Jeremy Drake wrote: > In order to implement OleLoadPictureFile and OleLoadPictureFileEx, it will > be necessary to change their entries in oleaut32.spec from stub to > stdcall. The stdcall syntax wants a list of parameter types, which puts > these function

spec file syntax for VARIANT parameter

2008-11-19 Thread Jeremy Drake
In order to implement OleLoadPictureFile and OleLoadPictureFileEx, it will be necessary to change their entries in oleaut32.spec from stub to stdcall. The stdcall syntax wants a list of parameter types, which puts these functions in an unususal situation: they take a VARIANT (which is a struct, in