ChangeSet ID: 19539
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/15 04:43:28
Modified files:
dlls/setupapi : parser.c
Log message:
Ge van Geldorp <gvg(a)reactos.com>
index is 1-based at this point, index == line->nb_fields is the last
field and is valid.
Patch: http://cvs.winehq.org/patch.py?id=19539
Old revision New revision Changes Path
1.18 1.19 +3 -3 wine/dlls/setupapi/parser.c
ChangeSet ID: 19535
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/15 04:41:58
Modified files:
dlls/shell32 : shfldr_desktop.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Ge van Geldorp <gvg(a)reactos.com>
- Prepend Desktop folder path for files/directories stored in the
filesystem Desktop folder when GetDisplayNameOf is called with the
SHGDN_FORPARSING flags.
- Add testcases.
Patch: http://cvs.winehq.org/patch.py?id=19535
Old revision New revision Changes Path
1.45 1.46 +13 -2 wine/dlls/shell32/shfldr_desktop.c