diff options
author | George Hazan <george.hazan@gmail.com> | 2016-03-19 17:30:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-03-19 17:30:10 +0000 |
commit | 9da83b6f98ec43aa93ef883e9884cc1a8246b0ce (patch) | |
tree | f6771ebf24289be37ae2caa1e37a42394378501e /protocols/MSN/src/stdafx.h | |
parent | 71a50ce4a1a39766414993da9310675fae5bb6fa (diff) |
SkyLogin must be used only if OpenSSL is present
git-svn-id: http://svn.miranda-ng.org/main/trunk@16513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 b127c2cd39..4c01648788 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -934,7 +934,7 @@ const char msnStoreAppId[] = "Skype"; const char msnProductVer[] = "0/6.16.0.105/259/";
const char msnProtID[] = "MSNP24";
-extern HINSTANCE g_hInst;
+extern HINSTANCE g_hInst, g_hOpenssl;
extern bool g_bTerminated;
///////////////////////////////////////////////////////////////////////////////
|