ChangeSet ID: 1005934458724374631419778
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/16 13:14:18
Modified files:
windows : defwnd.c
Log message:
Truncate the window text if it is too large for the request buffer.
Patch: http://cvs.winehq.com/patch.py?id=1005934458724374631419778
Revision Changes Path
1.70 +8 -4 wine/windows/defwnd.c
ChangeSet ID: 1005934303445243013557047
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/16 13:11:44
Modified files:
windows : class.c
Log message:
Joshua Thielen <thielen(a)netprince.net>
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.
Patch: http://cvs.winehq.com/patch.py?id=1005934303445243013557047
Revision Changes Path
1.43 +19 -4 wine/windows/class.c
ChangeSet ID: 100577325824779706960544
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/14 16:27:38
Modified files:
server : sock.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Make winsock.h and winsock2.h independent from the Unix headers.
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.
Patch: http://cvs.winehq.com/patch.py?id=100577325824779706960544
Revision Changes Path
1.22 +6 -1 wine/server/sock.c