diff options
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 12 |
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 |