From 0ed478d1d7b2ae8e84350bc2841de372bbacd499 Mon Sep 17 00:00:00 2001 From: Francois Boisvert Date: Sun, 11 Apr 1999 17:16:19 +0000 Subject: [PATCH] Enabled thread safeness for wnd structure code. --- windows/win.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/windows/win.c b/windows/win.c index d40e3bfa7d..27db81454e 100644 --- a/windows/win.c +++ b/windows/win.c @@ -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 -- 2.32.0.93.g670b81a890