diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-16 17:43:50 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-16 17:43:50 +0000 |
commit | 201d4c2175aab1032564893022e618098e81225d (patch) | |
tree | fbf86274830a233c1dd3d493a7c18c3178823f71 /protocols/SkypeWeb/src/stdafx.h | |
parent | 59cc9dc475c94284bd3f8f1fc14bfcc7f9da1d1e (diff) |
SkypeWeb:
- Minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 3cd549bc7e..78f57f9d37 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -58,6 +58,7 @@ struct CSkypeProto; extern HINSTANCE g_hInstance;
extern char g_szMirVer[];
extern HANDLE g_hCallEvent;
+extern FI_INTERFACE *fii;
#define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com"
|