ChangeSet ID: 11535 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/16 19:50:27
Modified files: dlls/winedos : int21.c dlls/shell32 : pidl.c controls : listbox.c
Log message: FindFirstFile can return an empty short name if the long name is a valid DOS name, fixed callers to handle that properly.
Patch: http://cvs.winehq.org/patch.py?id=11535
Old revision New revision Changes Path 1.55 1.56 +12 -4 wine/dlls/winedos/int21.c 1.103 1.104 +4 -20 wine/dlls/shell32/pidl.c 1.99 1.100 +9 -5 wine/controls/listbox.c