Commit 0ed478d1 authored by Francois Boisvert's avatar Francois Boisvert Committed by Alexandre Julliard

Enabled thread safeness for wnd structure code.

parent 2a8c5da0
......@@ -56,12 +56,7 @@ static CRITICAL_SECTION WIN_CritSection;
*/
void WIN_LockWnds()
{
/*
This code will be released in the future
info : francois@macadamian.com
EnterCriticalSection(&WIN_CritSection);
*/
}
/***********************************************************************
......@@ -71,12 +66,7 @@ void WIN_LockWnds()
*/
void WIN_UnlockWnds()
{
/*
This code will be released in the future
info : francois@macadamian.com
LeaveCriticalSection(&WIN_CritSection);
*/
}
/***********************************************************************
* WIN_SuspendWndsLock
......
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