ChangeSet ID: 14714
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/07 08:27:43
Modified files:
dlls/comctl32 : tooltips.c rebar.c datetime.c
Log message:
Filip Navara <xnavara(a)volny.cz>
- Don't use DrawEdge with NULL device context, it's invalid call and
sets last error.
- Tooltip icons must be destroyed with DestroyIcon and not with
DeleteObject.
- Rebar cursors must be destroyed with DestroyCursor and not with
DeleteObject.
Patch: http://cvs.winehq.org/patch.py?id=14714
Old revision New revision Changes Path
1.74 1.75 +2 -2 wine/dlls/comctl32/tooltips.c
1.100 1.101 +4 -4 wine/dlls/comctl32/rebar.c
1.49 1.50 +3 -2 wine/dlls/comctl32/datetime.c
ChangeSet ID: 14711
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/07 08:23:03
Modified files:
dlls/kernel : sync.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Use W calls rather than A in CreatePipe.
Patch: http://cvs.winehq.org/patch.py?id=14711
Old revision New revision Changes Path
1.63 1.64 +8 -4 wine/dlls/kernel/sync.c