This allows searching exact property access functions which share same memberid.
Signed-off-by: porotmjp porotmjp@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@gmail.com mailto:porotmjp@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].
I had add tests and resend the patch with v2
On Tue, 26 May 2020 at 16:12, Nikolay Sivov nsivov@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@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].