[PATCH resend] oleaut32: Retrieve funcdesc from TLB by memberid and invkind.
This allows searching exact property access functions which share same memberid. Signed-off-by: porotmjp <porotmjp(a)gmail.com> --- dlls/oleaut32/typelib.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
On 5/26/20 10:01 AM, mo porot wrote:
This allows searching exact property access functions which share same memberid.
Signed-off-by: porotmjp <porotmjp(a)gmail.com <mailto:porotmjp(a)gmail.com>> --- dlls/oleaut32/typelib.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
Hi, Please add some tests for this to oleaut32/tests, we have test idl files there. Also please take a look at patch submission guide at [1]. [1] https://wiki.winehq.org/Submitting_Patches
I had add tests and resend the patch with v2 On Tue, 26 May 2020 at 16:12, Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
On 5/26/20 10:01 AM, mo porot wrote:
This allows searching exact property access functions which share same memberid.
Signed-off-by: porotmjp <porotmjp(a)gmail.com> --- dlls/oleaut32/typelib.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
Hi,
Please add some tests for this to oleaut32/tests, we have test idl files there. Also please take a look at patch submission guide at [1].
participants (3)
-
mo porot -
Nikolay Sivov -
Porot Mo