diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2012-10-15 03:50:19 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2012-10-15 03:50:19 +0000 |
commit | 1f8d655dc9a8d09a06f638b3417f44b5e2c75e85 (patch) | |
tree | 256d7487f8bcf5a8647aad4cf7109270c2fd0e65 /plugins/!NotAdopted/Skype/voiceservice.c | |
parent | b41d9f7ac1bf955394082f491578a14d5875631f (diff) |
Skype protocol ported (untested)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Skype/voiceservice.c')
-rwxr-xr-x[-rw-r--r--] | plugins/!NotAdopted/Skype/voiceservice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!NotAdopted/Skype/voiceservice.c b/plugins/!NotAdopted/Skype/voiceservice.c index b13ac097c1..b47f07692c 100644..100755 --- a/plugins/!NotAdopted/Skype/voiceservice.c +++ b/plugins/!NotAdopted/Skype/voiceservice.c @@ -2,11 +2,11 @@ #include "skypeapi.h"
#include "skypesvc.h"
#include "voiceservice.h"
-#include "sdk/m_voiceservice.h"
+#include <m_voiceservice.h>
#pragma warning (push)
#pragma warning (disable: 4100) // unreferenced formal parameter
-#include "../../include/m_utils.h"
+#include <m_utils.h>
#pragma warning (pop)
HANDLE hVoiceNotify = NULL;
|