diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-06 18:52:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-06 18:52:28 +0000 |
commit | 90fc3521557ae33352dcc7baa87828b6bb0ca2b9 (patch) | |
tree | 8e0891cca3e94e348ee32e81d54d6da9d5b151d7 /plugins/SeenPlugin/src/seen.h | |
parent | 7ebc990573da8a08c58c1092ed126357c44804f5 (diff) |
fix for very rare crash on slow machines
git-svn-id: http://svn.miranda-ng.org/main/trunk@5604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/src/seen.h')
-rw-r--r-- | plugins/SeenPlugin/src/seen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/src/seen.h b/plugins/SeenPlugin/src/seen.h index 34d70efe26..e9846be1ce 100644 --- a/plugins/SeenPlugin/src/seen.h +++ b/plugins/SeenPlugin/src/seen.h @@ -123,4 +123,5 @@ extern HANDLE ehuserinfo, ehmissed_proto; extern HGENMENU hmenuitem;
extern DWORD dwmirver;
-extern LIST<logthread_info> arContacts;
\ No newline at end of file +extern LIST<logthread_info> arContacts;
+extern CRITICAL_SECTION csContacts;
\ No newline at end of file |