diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-04 22:00:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-04 22:00:18 +0000 |
commit | 04da76c5fae4f4ef3eda995641b0251671d6edd0 (patch) | |
tree | dd5a96c5a9524e4e2baf94ea854e4a19dfae2471 /protocols/SkypeWeb/src/common.h | |
parent | c89e8a054ac888b27065916ffde96af73404228c (diff) |
SkypeWeb: support of actions (/me ...)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r-- | protocols/SkypeWeb/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index 84060c4eba..bbe6addfb1 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -68,4 +68,6 @@ extern HINSTANCE g_hInstance; #define SKYPE_SETTINGS_PASSWORD "Password"
#define SKYPE_SETTINGS_GROUP "DefaultGroup"
+#define SKYPE_DB_EVENT_TYPE_ACTION 10001
+
#endif //_COMMON_H_
\ No newline at end of file |