diff options
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);
|