diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-24 18:24:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-24 18:24:39 +0300 |
commit | 9ddc8ffc38a4488276c456eac50ef5b35954a6ee (patch) | |
tree | 76b8766351b7dfbd544078216afe769df995d548 /protocols/ICQ-WIM/src/stdafx.h | |
parent | e00ad4b063b61ae162ccdc603b29f40853490250 (diff) |
ICQ-WIM:
- fixes #2277 (ICQ: add ability to load whole history from server);
- fix for message history retrieving;
- code cleaning;
- version bump
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h index 66fe049022..6fba501966 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -89,6 +89,7 @@ #define DB_KEY_PHONEREG "PhoneReg" #define DB_KEY_LASTSEEN "LastSeen" #define DB_KEY_ONLINETS "OnlineTS" +#define DB_KEY_PATCHVER "PatchVersion" #define DB_KEY_RCLIENTID "RClientID" #define DB_KEY_LASTMSGID "LastMsgId" #define DB_KEY_REMOTEREAD "RemoteReadId" |