Commit 7798307b authored by Stephane Lussier's avatar Stephane Lussier Committed by Alexandre Julliard

Use global synchronization objects, to be able to use it in different

processes (not only the process which create the synchro object).
parent ce141940
......@@ -451,6 +451,7 @@ static HQUEUE16 QUEUE_CreateMsgQueue( BOOL16 bCreatePerQData )
msgQueue->wWinVersion = pTask ? pTask->version : 0;
InitializeCriticalSection( &msgQueue->cSection );
MakeCriticalSectionGlobal( &msgQueue->cSection );
/* Create an Event object for waiting on message, used by win32 thread
only */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment