summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-30 06:34:32 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-30 06:34:32 +0000
commitcf45ff050dad2570c3172e111d739a3ae11a9ec1 (patch)
tree9322aa6d5f2cd848074216f0f2321ef55f8287bd /plugins/SecureIM/src/commonheaders.h
parent2ebe714aaa6004ba617f04d2d11b4e5a763c1074 (diff)
minus critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@13277 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/commonheaders.h')
-rw-r--r--plugins/SecureIM/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h
index 7d5d182983..22ac92ebc3 100644
--- a/plugins/SecureIM/src/commonheaders.h
+++ b/plugins/SecureIM/src/commonheaders.h
@@ -83,7 +83,7 @@ extern BOOL bGPGloaded, bGPGkeyrings, bSavePass;
extern BOOL bSFT, bSOM, bASI, bMCD, bSCM, bDGP, bAIP, bNOL, bAAK, bMCM;
extern BYTE bPGP, bGPG;
extern DWORD iCoreVersion;
-extern CRITICAL_SECTION localQueueMutex;
+extern mir_cs localQueueMutex;
__forceinline int SendBroadcast(MCONTACT hContact, int type, int result, HANDLE hProcess, LPARAM lParam)
{