summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-22 19:26:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-22 19:26:17 +0300
commitf16237c82e336d857d73609015157732c97a2529 (patch)
treee884a90c0e73c51d59275e39accc3219b52268fc /protocols/ICQ-WIM/src/stdafx.h
parenta79f25d3146f1c706c2908310bb348f8e9c127de (diff)
fixes #1839 (ICQ-WIM: SecureIM cannot autodetect if the contact uses this plugin too)
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r--protocols/ICQ-WIM/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h
index 7f1ea98575..e229041482 100644
--- a/protocols/ICQ-WIM/src/stdafx.h
+++ b/protocols/ICQ-WIM/src/stdafx.h
@@ -103,5 +103,5 @@ int StatusFromString(const CMStringW&);
char* time2text(time_t time);
extern HWND g_hwndHeartbeat;
-extern bool g_bPopupService, g_bMessageState;
+extern bool g_bPopupService, g_bSecureIM, g_bMessageState;
extern IconItem iconList[];