ChangeSet ID: 11985
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/14 14:32:34
Modified files:
dlls/shell32 : folders.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
If a folder contains a desktop.ini, check it for the icon location
before using the default folder icon.
Patch: http://cvs.winehq.org/patch.py?id=11985
Old revision New revision Changes Path
1.45 1.46 +84 -14 wine/dlls/shell32/folders.c
ChangeSet ID: 11984
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/13 23:36:21
Modified files:
dlls/ntdll : directory.c
Log message:
Added support for restarting directory scans on platforms where
seekdir return values cannot be reused on a different directory
object.
Added some checks for invalid file names in DIR_nt_to_unix.
Patch: http://cvs.winehq.org/patch.py?id=11984
Old revision New revision Changes Path
1.3 1.4 +64 -6 wine/dlls/ntdll/directory.c