Removed the MESSAGEQUEUE structure, and store the corresponding
commit86be9f20dac6543df962a2e9d618b391bb1c2375
authorAlexandre Julliard <julliard@winehq.org>
Wed, 27 Apr 2005 08:18:20 +0000 (27 08:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 27 Apr 2005 08:18:20 +0000 (27 08:18 +0000)
treeab609dfbee46a13a32e2bfe9e3abb85563803845
parent205d3c45e3a33e3f33c53d664301da48e880f9f6
Removed the MESSAGEQUEUE structure, and store the corresponding
information directly in the TEB, in the Win32ClientInfo field.
15 files changed:
dlls/kernel/task.c
dlls/ntdll/thread.c
dlls/user/Makefile.in
dlls/user/cursoricon.c
dlls/user/hook.c
dlls/user/hook16.c
dlls/user/input.c
dlls/user/message.c
dlls/user/message.h
dlls/user/user16.c
dlls/user/user_main.c
dlls/user/user_private.h
dlls/user/wnd16.c
include/thread.h
windows/queue.c [deleted file]