-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
commitb3a99de50dba746c72f97cd581635bf1c2925b87
authorStephane Lussier <stephane@macadamian.com>
Tue, 9 Feb 1999 15:35:12 +0000 (9 15:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Feb 1999 15:35:12 +0000 (9 15:35 +0000)
tree394b33e5eb794c82fbfb80e9271421534f4b15db
parent7bb6fd1db3a3627bac3be2aa9e4426ed82cda2d5
-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
with this patch. Unicode version of those functions is currently only
calling the ASCII version.
-Fixed queue signaling using a new EVENT object in the queue for 32 bits
thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
right EVENT.
controls/menu.c
include/message.h
include/queue.h
windows/dialog.c
windows/message.c
windows/nonclient.c
windows/queue.c
windows/timer.c