[scrrun] Add initial support for Dictionary patch - 1/3

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Jun 4 05:18:23 CDT 2012


Hi Vijay,

On 4/06/2012 8:06 PM, Vijay Kiran Kamuju wrote:
> Sending patch series for initial support for Scripting.Dictionary in scrrun.dll
>
> +static HRESULT WINAPI dictionary_put_Item(IDictionary *iface, VARIANT *key, VARIANT *item)
> +{
> +    FIXME("%p %p\n", iface, key);
Please include all parameters in FIXME, they all seem to be missing the 
last one.

Best Regards
  Alistair Leslie-Hughes




More information about the wine-devel mailing list