user32: 0 vs. INFINITE timeout.
commitfeb153c6492f6e9ca5397fe4cecee2ed0e8da161
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 24 Feb 2006 12:14:17 +0000 (24 13:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 24 Feb 2006 20:06:50 +0000 (24 21:06 +0100)
tree36db3d42959972aa0efb8348d0f90ba4a086145c
parent6edd77228dd18f013fb64a22abaaa4da14fde707
user32: 0 vs. INFINITE timeout.
It is 0 that denotes an infinite timeout for the wine server now, not
-1 (INFINITE).
Document put_message_in_queue()'s check for INFINITE (done for
backwards compatibility with Windows 9x).
dlls/user/message.c