In console input record queue, replace semaphore with a manual reset
commita86a289420ac742c714e03e11403af7fb6c87cf0
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 23 Jun 2003 03:37:14 +0000 (23 03:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Jun 2003 03:37:14 +0000 (23 03:37 +0000)
treefabca4c2588b36284cfabcbd7f6bced6a9e5eeb1
parent76f93fb6bc661ebc3b63b2f4b1202fbe710d1dc4
In console input record queue, replace semaphore with a manual reset
event, so that we get correct behavior in synchronization handling.
dlls/kernel/console.c
include/wine/server_protocol.h
programs/wineconsole/wineconsole.c
server/console.c
server/console.h
server/protocol.def
server/trace.c