diff options
author | Piotr Piastucki <leech.miranda@gmail.com> | 2015-12-28 13:51:32 +0000 |
---|---|---|
committer | Piotr Piastucki <leech.miranda@gmail.com> | 2015-12-28 13:51:32 +0000 |
commit | c6804efd7ba31e209cf8a6bb76dea84f7f1d8eee (patch) | |
tree | 972ad5ec47b9f2e2c692c17fe5466b4d846c7270 /protocols/MSN/src/stdafx.h | |
parent | e6756f2edef4fbb7ef1f548c1d7b9c8663eaa695 (diff) |
MSN should now parse Skype client version of other contacts correctly.
git-svn-id: http://svn.miranda-ng.org/main/trunk@15951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 0bece806b7..1875c9886a 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -759,6 +759,8 @@ struct MsnPlace char *id;
unsigned cap1;
unsigned cap2;
+ unsigned client;
+ char szClientVer[32];
unsigned p2pMsgId;
unsigned short p2pPktNum;
|