diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 15:03:07 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 15:03:07 +0000 |
commit | e79b2d652e8a868b2605a24b1f3796b32e6ea0c9 (patch) | |
tree | fd00a4740adb703551783f6932bf3e968ac267e5 /protocols/SkypeWeb/src/common.h | |
parent | f69bcfd21fd923fe70dd0c6412d0421bd62047a1 (diff) |
SkypeWeb: AssocMgr support part 1.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r-- | protocols/SkypeWeb/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index 5ccd0640c7..85191fd8da 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -56,6 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_gui.h>
#include <m_imgsrvc.h>
#include <m_xml.h>
+#include <m_assocmgr.h>
struct CSkypeProto;
@@ -99,6 +100,8 @@ enum SKYPE_LOGIN_ERROR #define SKYPE_SETTINGS_PASSWORD "Password"
#define SKYPE_SETTINGS_GROUP "DefaultGroup"
+#define SKYPE_PARSEURI "SKYPE/ParseUri"
+
#define SKYPE_DB_EVENT_TYPE_ACTION 10001
#endif //_COMMON_H_
\ No newline at end of file |