diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-28 12:03:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-28 12:03:47 +0300 |
commit | c505cadce283c5abf15f87e3c72655c70d738e21 (patch) | |
tree | 114c31c8a5715e48af60d180b34693648962a44a /protocols/ICQ-WIM/src/stdafx.h | |
parent | 76350d50ef7043a171292d6ec7574ed863af4067 (diff) |
ICQ10:
- fixes #1800 (ICQ10: add aboutMe content to user info);
- added ICQ User Info page
- code cleaning
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h index ed564a18f0..e2b7150f67 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -81,8 +81,11 @@ #define MODULENAME "ICQ" #define DB_KEY_UIN "UIN" +#define DB_KEY_IDLE "IdleTS" +#define DB_KEY_ABOUT "About" #define DB_KEY_ATOKEN "AToken" #define DB_KEY_PHONEREG "PhoneReg" +#define DB_KEY_LASTSEEN "LastSeen" #define DB_KEY_RCLIENTID "RClientID" #define DB_KEY_LASTMSGID "LastMsgId" #define DB_KEY_REMOTEREAD "RemoteReadId" @@ -94,6 +97,7 @@ bool IsChat(const CMStringW &aimid); int StatusFromString(const CMStringW&); +char* time2text(time_t time); extern HWND g_hwndHeartbeat; extern bool g_bMessageState; |