commit | 911e923fbcadeca93dae505e6e7c3cc0711ec2d2 | [log] [tgz] |
---|---|---|
author | Vincent Povirk <vincent@codeweavers.com> | Tue Oct 27 15:31:01 2009 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Oct 28 11:12:24 2009 +0100 |
tree | d792fc76d6301c4b48c433b8bde277fcd4a5fd77 | |
parent | 67e6c7f1f3c8353de580d92f4e253577275a4d34 [diff] |
ole32: Don't use IEnumSTATSTGImpl to search for a parent directory entry. Use a binary search to find the parent of a storage object being deleted. We currently use IEnumSTATSTGImpl to do a linear search, which is unnecessary.