diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-17 18:37:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-17 18:37:22 +0300 |
commit | 19696f68061ce3d0996ec276bd65f286b7940260 (patch) | |
tree | fbbff985d5d513289f4a4f94839d181bec716daa /protocols/ICQ-WIM/src/stdafx.h | |
parent | db8d126a7b973b38c52f646748c866ba9fe32eb3 (diff) |
fixes #1773 (MessageState: add ICQ support)
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 8351f37ef6..59e77234f8 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -84,6 +84,7 @@ #define DB_KEY_ATOKEN "AToken" #define DB_KEY_RCLIENTID "RClientID" #define DB_KEY_LASTMSGID "LastMsgId" +#define DB_KEY_REMOTEREAD "RemoteReadId" #define DB_KEY_SESSIONKEY "SessionKey" #include "http.h" |