• Stephane Lussier's avatar
    - Changing MESSAGEQUEUE structure according to Ulrich proposition. · a4c8445b
    Stephane Lussier authored
    - 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.
    a4c8445b
win.c 75.8 KB