From 5df94ff719eccd04c7450df35fb5e3f2b36e2ee7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 13 Jul 2014 10:50:59 +0000 Subject: wrapping the most evident critical sections into a class git-svn-id: http://svn.miranda-ng.org/main/trunk@9785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/chat/chat.h') diff --git a/src/modules/chat/chat.h b/src/modules/chat/chat.h index fbe96ac805..1ba8c46f69 100644 --- a/src/modules/chat/chat.h +++ b/src/modules/chat/chat.h @@ -39,7 +39,7 @@ extern HGENMENU hJoinMenuItem, hLeaveMenuItem; extern GlobalLogSettingsBase *g_Settings; extern int g_cbSession, g_cbModuleInfo, g_iFontMode, g_iChatLang; extern TCHAR *g_szFontGroup; -extern CRITICAL_SECTION cs; +extern mir_cs cs; extern PBYTE pLogIconBmpBits[14]; extern int logIconBmpSize[14]; -- cgit v1.2.3