diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 18:59:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 18:59:09 +0000 |
commit | 52ace5d0ddf05c78c282fb1df714eddd73c4e7e3 (patch) | |
tree | c6324f43363d7a6dfe511c187d8f050f9235b4f3 /plugins/CryptoPP/src/commonheaders.h | |
parent | 3655d8b6be56a16416aab5d410cb3574684ef708 (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index 2d9723616e..b5b5a9bb19 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -65,7 +65,7 @@ extern PLUGININFOEX pluginInfoEx; extern HANDLE hPGPPRIV;
extern HANDLE hRSA4096;
-extern CRITICAL_SECTION localQueueMutex;
+extern mir_cs localQueueMutex;
void ExtractFile(char*,int,int);
size_t rtrim(LPCSTR);
|