diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-07 17:42:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-07 17:42:55 +0000 |
commit | 81c987f5b850447389b2621037a364c3fcb0ba73 (patch) | |
tree | ad5163f5e6bc65fd31e39d530cf975eb9d059bf2 /protocols/IcqOscarJ/src/stdafx.h | |
parent | 44d6a1fff311d6d4784f325ed4ae412eda64c8c6 (diff) |
crash fix on exit
git-svn-id: http://svn.miranda-ng.org/main/trunk@13479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/stdafx.h')
-rw-r--r-- | protocols/IcqOscarJ/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/src/stdafx.h b/protocols/IcqOscarJ/src/stdafx.h index bfda6d4931..d06acbb89a 100644 --- a/protocols/IcqOscarJ/src/stdafx.h +++ b/protocols/IcqOscarJ/src/stdafx.h @@ -120,3 +120,4 @@ #include "icq_proto.h"
extern LIST<CIcqProto> g_Instances;
+extern bool g_bTerminated;
|