diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-16 23:14:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-16 23:14:03 +0300 |
commit | b077e485892bf186cae0084aa4d45e468c530378 (patch) | |
tree | 983dfb5efe03d63b0912dedc14d9702ceb91c025 /protocols/MSN/src/stdafx.h | |
parent | 89979c595a7711925499db9045cdc25e330b9f36 (diff) |
dynamic loading of openssl removed
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index bc2b4cad1e..27667ebadd 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -931,7 +931,7 @@ const char msnStoreAppId[] = "Skype"; const char msnProductVer[] = "0/6.16.0.105/259/";
const char msnProtID[] = "MSNP24";
-extern HINSTANCE g_hInst, g_hOpenssl;
+extern HINSTANCE g_hInst;
extern bool g_bTerminated;
///////////////////////////////////////////////////////////////////////////////
|