Ignore:
Timestamp:
Oct 12, 2001, 7:51:09 PM (24 years ago)
Author:
phaller
Message:

performance improvement on ILSimpleGetText used for comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/pidl.h

    r5626 r7031  
    122122 */
    123123DWORD   _ILSimpleGetText        (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
     124int     _ILSimpleCompareText    (LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2);
    124125BOOL    _ILGetFileDate          (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
    125126DWORD   _ILGetFileSize          (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
Note: See TracChangeset for help on using the changeset viewer.