commit | a4c8445ba3f2546456c3c0f93ed893155a5ebc9d | [log] [tgz] |
---|---|---|
author | Stephane Lussier <stephane@macadamian.com> | Tue Jan 26 09:30:05 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 26 09:30:05 1999 +0000 |
tree | ae8f04a60ebac6d1c8c77840855c0a1a7bf59876 | |
parent | d68d50142f52a70949149ffe8170752985a89f4e [diff] |
- 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.