ChangeSet ID: 7826
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/08 14:42:06
Modified files:
dlls/tapi32 : assisted.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Only log the parameters of tapiGetLocationInfo as addresses, as output
parameters they probably point to garbage.
Patch: http://cvs.winehq.com/patch.py?id=7826
Old revision New revision Changes Path
1.7 1.8 +1 -1 wine/dlls/tapi32/assisted.c
ChangeSet ID: 7825
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/08 14:41:52
Modified files:
controls : listbox.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Compare the two items in LISTBOX_FindStringPos() in the same order as
in Windows.
Patch: http://cvs.winehq.com/patch.py?id=7825
Old revision New revision Changes Path
1.92 1.93 +8 -6 wine/controls/listbox.c