ChangeSet ID: 12384
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/17 14:48:25
Modified files:
dlls/comctl32 : commctrl.c comctl32.h
Log message:
Filip Navara <xnavara(a)volny.cz>
- Let the subclassing stack grow the opposite way to make the code
more transparent.
- Remove SubclassWndProc and move its logic to DefSubclassProc.
Patch: http://cvs.winehq.org/patch.py?id=12384
Old revision New revision Changes Path
1.76 1.77 +40 -72 wine/dlls/comctl32/commctrl.c
1.28 1.29 +1 -1 wine/dlls/comctl32/comctl32.h
ChangeSet ID: 12383
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/17 14:48:00
Modified files:
dlls/advapi32 : crypt.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
- If a crypto provider does not have a Signature in the registry,
check for the presence of the SigInFile value before failing.
- Get rid of a couple redundant assignments.
Patch: http://cvs.winehq.org/patch.py?id=12383
Old revision New revision Changes Path
1.34 1.35 +38 -19 wine/dlls/advapi32/crypt.c