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.
Showing
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment