Re: USER32: win16 applications should not see long filenames returned from dialog control (try 4) (RESEND)

2007-11-27 Thread Alexandre Julliard
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

Re: USER32: win16 applications should not see long filenames returned from dialog control (try 4)

2007-11-16 Thread Alex Villací­s Lasso
Alex Villacís Lasso escribió: I hope this version addresses the fact DlgDirSelect does not modify the last error code, and therefore cannot be used to distinguish between a valid and an invalid file. Changelog: * Applications should not see long filenames returned from dialog control