diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-14 08:56:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-14 08:56:46 +0000 |
commit | 7a917d3884e32266bd8645287c558fe095e986a3 (patch) | |
tree | 2838aa7030a2dee67dd19da05aa62c86bd99aba4 /protocols/IcqOscarJ/icq_server.h | |
parent | c597d66aa12a6cc27c6b0ffb87d8e63a63a86846 (diff) |
fix for killing ICQ threads on exit
git-svn-id: http://svn.miranda-ng.org/main/trunk@962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/icq_server.h')
-rw-r--r-- | protocols/IcqOscarJ/icq_server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/icq_server.h b/protocols/IcqOscarJ/icq_server.h index 231ebaaa4d..eba3ecfa42 100644 --- a/protocols/IcqOscarJ/icq_server.h +++ b/protocols/IcqOscarJ/icq_server.h @@ -58,7 +58,6 @@ struct serverthread_info HANDLE hDirectBoundPort;
//
HANDLE hKeepAliveEvent;
- HANDLE hKeepAliveThread;
};
/*---------* Functions *---------------*/
|