diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-26 10:00:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-26 10:00:38 +0000 |
commit | 5940fca1e79e3e2a53abfcc9805bfc631fa281da (patch) | |
tree | ced254ce6fb950af7abcf81c58fd72d3bb06863f /protocols/Skype/src/skype.h | |
parent | 227fb2b649b95241de380b37bbc25f087acc5729 (diff) |
added userinfo support (not implemented yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 7422e19a1b..b38d28d98a 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -32,7 +32,7 @@ #include <m_skin.h>
//#include <statusmodes.h>
//#include <m_system.h>
-//#include <m_userinfo.h>
+#include <m_userinfo.h>
//#include <m_addcontact.h>
#include <m_icolib.h>
#include <m_utils.h>
|