diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-24 06:50:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-24 06:50:50 +0000 |
commit | 3a83f75a76d4b8f27b5abf476e9d3e5a4cb7e673 (patch) | |
tree | f9d32fdb6b7d85e04a69f5c78776973494754e18 /protocols/Skype/src/skype_proto.h | |
parent | 603f91c42bd35dfc51388d8abdc1b70a54644812 (diff) |
- compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 4f72dc8096..0e89f4580b 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -1,7 +1,7 @@ #pragma once
#include "skype.h"
-#include "skypekit\skype.h"
+#include "skypekit\skypekit.h"
typedef void (__cdecl CSkypeProto::* SkypeThreadFunc) (void*);
typedef int (__cdecl CSkypeProto::* SkypeEventFunc)(WPARAM, LPARAM);
|