Alex Villací­s Lasso <[EMAIL PROTECTED]> writes:

> Changelog:
> * Win16 applications should not see long filenames. Change directory
> listbox to return short names when called from the 16-bit wrappers.

You are still calling GetShortPathName on potentially uninitialized
data. You simply can't do this with a wrapper around the 32-bit
DlgDirSelect, you have to duplicate the code. But first it would be
worth checking if the listbox shouldn't rather be populated with short
path names in the first place.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to