diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-09-27 05:44:38 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-09-27 05:44:38 +0000 |
commit | 4db6c5178cbd85e29e714a63ee5b1e8fc9881bae (patch) | |
tree | 7dfa309c4f1d2e3a0a4d251e3f9d4529403f1176 /protocols/Skype/src/skype.h | |
parent | e2e27aabce83dc5ebf60a8456b7560ca104d6223 (diff) |
- added skype sublassing
- CSkupeProto funcs moved to spec files
- some minor changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 076c26da80..8fd0390354 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -59,8 +59,8 @@ extern HINSTANCE g_hInstance; #undef OCSP_REQUEST
#undef OCSP_RESPONSE
-#include <skype-embedded_2.h>
+#include "skype_subclassing.h"
static const char* g_keyFileName = "..\\..\\..\\SkypeKit\\keypair.crt";
-extern Skype* g_skype;
\ No newline at end of file +extern CSkype* g_skype;
\ No newline at end of file |