From 5af12c9cae8b3622e5237d2c968344c9733b2056 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 11 May 2015 10:54:59 +0000 Subject: minus critical section git-svn-id: http://svn.miranda-ng.org/main/trunk@13521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/EmLanProto/src/lan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/EmLanProto/src/lan.h') diff --git a/protocols/EmLanProto/src/lan.h b/protocols/EmLanProto/src/lan.h index 7e7deef384..f84494cf05 100644 --- a/protocols/EmLanProto/src/lan.h +++ b/protocols/EmLanProto/src/lan.h @@ -99,7 +99,7 @@ private: //! Accept TCP thread handle HANDLE m_hAcceptTCPThread; //! Semaphore for killing accept thread - CRITICAL_SECTION m_csAcceptTCPThread; + mir_cs m_csAcceptTCPThread; //! Called when new income TCP connection is created static DWORD WINAPI OnInTCPConnectionProc(LPVOID lpParameter); -- cgit v1.2.3