https://bugs.winehq.org/show_bug.cgi?id=40188
Bug ID: 40188 Summary: oleaut32:typelib test regression (failure) Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, Windows XP SP1 machines have a new test failure:
typelib.c:5631: Test failed: got 0x8002801d
oleau32:typelib results on test.winehq.org: https://test.winehq.org/data/tests/oleaut32:typelib.html
commit dcd9b8ea0e3915e72c7f279dbdae8c4973c5f8b5 Author: Piotr Caban piotr@codeweavers.com Date: Mon Jan 25 16:24:51 2016 +0100
oleaut32: Fix best version handling in QueryPathOfRegTypeLib when type library redirection is used.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org