diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-16 20:17:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-16 20:17:03 +0000 |
commit | 7a18e9f478a5f0baa7df3634fb72957965223148 (patch) | |
tree | 136ba379bc464f58fa5191a20d4ad41925878832 /protocols/JabberG/src/jabber.h | |
parent | 08904c1828b7fbf6af3f28f37cce9d252097e630 (diff) |
clutch for a crash on exit on slow machines
git-svn-id: http://svn.miranda-ng.org/main/trunk@8641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 92db509934..6787f0eca4 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -583,6 +583,8 @@ extern HANDLE hExtraActivity; extern TCHAR szCoreVersion[];
+extern bool g_bShutdown;
+
extern int g_cbCountries;
extern struct CountryListEntry* g_countries;
|