ChangeSet ID: 13780
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/14 12:43:41
Modified files:
dlls/advapi32 : crypt.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Make sure not to interfere with the lasterror value returned by the
CSP in CryptAcquireContextA.
Patch: http://cvs.winehq.org/patch.py?id=13780
Old revision New revision Changes Path
1.51 1.52 +12 -6 wine/dlls/advapi32/crypt.c
ChangeSet ID: 13776
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/13 20:06:30
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make customization list boxes into drag list boxes.
- Order available buttons in the same way as the native version.
Patch: http://cvs.winehq.org/patch.py?id=13776
Old revision New revision Changes Path
1.190 1.191 +318 -148 wine/dlls/comctl32/toolbar.c