ChangeSet ID: 11541
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/17 14:48:03
Modified files:
dlls/shlwapi : reg.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Make copies of keys when creating, free them when done.
Use KEY_ALL_ACCESS when writing US reg values.
SHRegWriteUSValueW: Handle all flag combinations.
Make some A calls use the W version.
Patch: http://cvs.winehq.org/patch.py?id=11541
Old revision New revision Changes Path
1.46 1.47 +204 -205 wine/dlls/shlwapi/reg.c
ChangeSet ID: 11540
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/17 14:47:42
Modified files:
dlls/oleaut32/tests: safearray.c olefont.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Use function ptrs for call only present in later versions.
Fix tests that fail with old versions.
Patch: http://cvs.winehq.org/patch.py?id=11540
Old revision New revision Changes Path
1.10 1.11 +116 -81 wine/dlls/oleaut32/tests/safearray.c
1.3 1.4 +9 -1 wine/dlls/oleaut32/tests/olefont.c
ChangeSet ID: 11536
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/16 19:55:01
Modified files:
dlls/kernel : path.c
Log message:
Retrieve a short name in GetShortPathNameW if the long name contains
spaces.
Patch: http://cvs.winehq.org/patch.py?id=11536
Old revision New revision Changes Path
1.2 1.3 +2 -1 wine/dlls/kernel/path.c
ChangeSet ID: 11535
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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