ole32: Don't use IEnumSTATSTG to search for elements of storages.
commitee6856d874d687c4504914e61bcde3e6b8823bca
authorVincent Povirk <madewokherd@gmail.com>
Fri, 23 Oct 2009 18:57:42 +0000 (23 13:57 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Oct 2009 10:17:35 +0000 (26 11:17 +0100)
treec7112fb013932695369e74649d17b83a11ad4473
parentdce1ec06c8f034480abc775b13ef520af2555e81
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.
dlls/ole32/storage32.c