diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-04 13:32:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-04 13:32:26 +0000 |
commit | 8b8283c62cc5b8fce419fd7e0fe38c33f4457e17 (patch) | |
tree | 13754815e57a1d7a119078624077ee6ad8b07caa /protocols/MSN/src/stdafx.h | |
parent | d3087e6da133a1c0b7e6e63f4e6f54c027b9f58c (diff) |
fix for MSN avatars thread hangup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 1ce626523e..fa4a6f165a 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -885,6 +885,7 @@ const char msnProductVer[] = "0/6.16.0.105/259/"; const char msnProtID[] = "MSNP24";
extern HINSTANCE hInst;
+extern bool g_bTerminated;
///////////////////////////////////////////////////////////////////////////////
// UTF8 encode helper
|