summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-27 21:27:08 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-27 21:27:08 +0000
commit864c0325be58dc597972a879af53004b17873946 (patch)
treeb5f9259dc83e521b07bdf40c748231dccf6037d2 /protocols/Skype/src/skype.h
parente94400defc928de82baf36b364316c03f706f537 (diff)
added decoding of skypekit cert
git-svn-id: http://svn.miranda-ng.org/main/trunk@2096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r--protocols/Skype/src/skype.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h
index b38d28d98a..08dfd5dd8c 100644
--- a/protocols/Skype/src/skype.h
+++ b/protocols/Skype/src/skype.h
@@ -36,18 +36,22 @@
//#include <m_addcontact.h>
#include <m_icolib.h>
#include <m_utils.h>
-#include <m_folders.h>
#include <m_system_cpp.h>
//#include <m_hotkeys.h>
//#pragma warning(pop)
#include <win2k.h>
#include <m_popup2.h>
+#include <m_folders.h>
#include "resource.h"
#include "version.h"
-
#include "skype_subclassing.h"
+extern "C"
+{
+#include "aes\aes.h"
+}
+#include "..\..\..\skypekit\key.h"
#define MODULE "Skype"
#define SKYPE_LOGIN_LIMIT 128
@@ -68,6 +72,4 @@
#define CMITEMS_COUNT 3
extern CSkype* g_skype;
-extern HINSTANCE g_hInstance;
-
-static const char* g_keyFileName = "..\\..\\..\\SkypeKit\\keypair.crt"; \ No newline at end of file
+extern HINSTANCE g_hInstance; \ No newline at end of file