• Stephane Lussier's avatar
    -Fixed MESSAGE functions that were thunking down to 16 bits implementation. · b3a99de5
    Stephane Lussier authored
    So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
    with this patch. Unicode version of those functions is currently only
    calling the ASCII version.
    -Fixed queue signaling using a new EVENT object in the queue for 32 bits
    thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
    right EVENT.
    b3a99de5
queue.h 6.04 KB