ChangeSet ID: 20187
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/13 09:46:46
Modified files:
server : queue.c
dlls/user/tests: msg.c
dlls/user : message.c
Log message:
Timeout 0 means infinite wait for SendMessageTimeout.
Remove the message from the receiver queue if it times out before
being received.
Patch: http://cvs.winehq.org/patch.py?id=20187
Old revision New revision Changes Path
1.69 1.70 +22 -2 wine/server/queue.c
1.90 1.91 +108 -0 wine/dlls/user/tests/msg.c
1.93 1.94 +2 -2 wine/dlls/user/message.c