- Changing MESSAGEQUEUE structure according to Ulrich proposition.
authorStephane Lussier <stephane@macadamian.com>
Tue, 26 Jan 1999 09:30:05 +0000 (09:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 26 Jan 1999 09:30:05 +0000 (09:30 +0000)
commita4c8445ba3f2546456c3c0f93ed893155a5ebc9d
treeae8f04a60ebac6d1c8c77840855c0a1a7bf59876
parentd68d50142f52a70949149ffe8170752985a89f4e
- Changing MESSAGEQUEUE structure according to Ulrich proposition.
- One message queue for every thread needing it.
- Messages in the message queue are now stored in a linked list
- Messages are allocated in the system heap.
- Messages in the message queue are 32 bits (MSG32).
- All read/write operations regarding messages in the message queue are
  thread safe.
include/queue.h
windows/message.c
windows/queue.c
windows/win.c