Inter-thread SendMessage() bugfixes:
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Wed, 17 Mar 1999 15:14:31 +0000 (15:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Mar 1999 15:14:31 +0000 (15:14 +0000)
commitc68c4b15f0bed4ff6c590b1cd477deb26be610c1
treef1b7b180c977e3c7806febaef29802098cd0a4e5
parenta841fec257a2730231af68506783c28194d2bf9e
Inter-thread SendMessage() bugfixes:
- Insert new message to be received at the *end* of the SM_PENDING_LIST.
- Do *not* process received messages in ReplyMessage().
- Clear the QS_SMRESULT flag only immediatedly before waiting.
windows/message.c
windows/queue.c