4 Jun
2012
4 Jun
'12
5:18 a.m.
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