diff options
Diffstat (limited to 'protocols/FacebookRM/src/stdafx.h')
-rw-r--r-- | protocols/FacebookRM/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/stdafx.h b/protocols/FacebookRM/src/stdafx.h index 7c0815d6aa..9077ed184c 100644 --- a/protocols/FacebookRM/src/stdafx.h +++ b/protocols/FacebookRM/src/stdafx.h @@ -81,10 +81,11 @@ class FacebookProto; extern std::string g_strUserAgent;
extern DWORD g_mirandaVersion;
+extern bool g_bMessageState;
template <typename T>
__inline static void FreeList(const LIST<T> &lst)
{
for (auto &it : lst)
mir_free(it);
-}
\ No newline at end of file +}
|