Vincent Povirk : ole32: Don' t use IEnumSTATSTG to search for elements of storages.
26 Oct
2009
26 Oct
'09
3:08 p.m.
Module: wine Branch: master Commit: ee6856d874d687c4504914e61bcde3e6b8823bca URL: http://source.winehq.org/git/wine.git/?a=commit;h=ee6856d874d687c4504914e61b... Author: Vincent Povirk <madewokherd(a)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. --- dlls/ole32/storage32.c | 181 ++++++++++++++++++------------------------------ 1 files changed, 68 insertions(+), 113 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ee6856d874d687c4504914...
5988
Age (days ago)
5988
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard