http://bugs.winehq.org/show_bug.cgi?id=20477
--- Comment #2 from Susan Cragin susancragin@earthlink.net 2009-10-26 16:22:20 --- susan@ubuntu:~/wine$ git bisect good ee6856d874d687c4504914e61bcde3e6b8823bca is first bad commit commit ee6856d874d687c4504914e61bcde3e6b8823bca Author: Vincent Povirk madewokherd@gmail.com Date: Fri Oct 23 13:57:42 2009 -0500
ole32: Don't use IEnumSTATSTG to search for elements of storages.
We use it to do a linear search of a binary tree, which is overkill. Replace it with a simple binary search.
:040000 040000 bbc59aaf3545a738bb4b76a0be8bc8af5cb8dbe8 e2fb0905525e99bfb5bb6deff6bbe67dbd9a60af M dlls susan@ubuntu:~/wine$