ole32: Don't use IEnumSTATSTGImpl to search for a parent directory entry.
authorVincent Povirk <vincent@codeweavers.com>
Tue, 27 Oct 2009 20:31:01 +0000 (15:31 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Oct 2009 10:12:24 +0000 (11:12 +0100)
commit911e923fbcadeca93dae505e6e7c3cc0711ec2d2
treed792fc76d6301c4b48c433b8bde277fcd4a5fd77
parent67e6c7f1f3c8353de580d92f4e253577275a4d34
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.
dlls/ole32/storage32.c