diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 16:00:18 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 16:00:18 +0000 |
commit | f3b0cce816e602fbafb0fc018a3c13a8fb51b1b3 (patch) | |
tree | ea68f59441794ff78796a391e66424cd65d1bed0 /protocols/SkypeWeb/src/stdafx.h | |
parent | 45d405f85cfb7929320c726a9272e5bec8eb97f9 (diff) |
SkypeWeb: Cleanup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index dd1b5411d3..8a88f3e054 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -62,7 +62,7 @@ struct CSkypeProto; extern HINSTANCE g_hInstance;
extern char g_szMirVer[];
-extern LIST<CSkypeProto> skypeInstances;
+extern LIST<CSkypeProto> Accounts;
#define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com"
|