Re: USER32: Patch 1 of 6: Fix returned value of LB_DIR

2007-11-10 Thread James Hawkins
On 11/10/07, James Hawkins <[EMAIL PROTECTED]> wrote: > On 11/10/07, Alex Villacís Lasso <[EMAIL PROTECTED]> wrote: > > Tests reveal that (on an unsorted listbox), LB_DIR returns the value of the > > highest index inserted, as if it had sorted the list of files before > > starting > > the insertio

Re: USER32: Patch 1 of 6: Fix returned value of LB_DIR

2007-11-10 Thread James Hawkins
On 11/10/07, Alex Villacís Lasso <[EMAIL PROTECTED]> wrote: > Tests reveal that (on an unsorted listbox), LB_DIR returns the value of the > highest index inserted, as if it had sorted the list of files before starting > the insertion. This patch attempts to replicate this behavior. > > Changelog: >