-
- Downloads
- Made the message queue access to be thread safe. (Using two new
functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock() instead of GlobalLock16()). - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the wine-debugger).
Showing
- include/queue.h 7 additions, 0 deletionsinclude/queue.h
- windows/hook.c 18 additions, 7 deletionswindows/hook.c
- windows/message.c 67 additions, 19 deletionswindows/message.c
- windows/queue.c 201 additions, 57 deletionswindows/queue.c
- windows/win.c 4 additions, 1 deletionwindows/win.c
- windows/winpos.c 4 additions, 4 deletionswindows/winpos.c
Please register or sign in to comment