ChangeSet ID: 1011126432860093529801816
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/15 15:27:12
Modified files:
controls : combo.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In CBPaintText use the text size as returned by LB_GETTEXT. The size
returned by LB_GETTEXTLEN may be too large.
Patch: http://cvs.winehq.com/patch.py?id=1011126432860093529801816
Revision Changes Path
1.80 +2 -1 wine/controls/combo.c
ChangeSet ID: 1011126388250663494225591
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/15 15:26:28
Modified files:
dlls/winsock : socket.c
Log message:
Michael C. Maggio <voyager(a)voyd.net>
Code used AF_IPX in some places where it should have used WS_AF_IPX.
Patch: http://cvs.winehq.com/patch.py?id=1011126388250663494225591
Revision Changes Path
1.77 +3 -3 wine/dlls/winsock/socket.c