From 7a03b9fcca5ad759a6c71b2a0dceebd77533107e Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 1 Nov 2015 13:30:52 +0000 Subject: CList blind: - crash fix (fixes #1079) git-svn-id: http://svn.miranda-ng.org/main/trunk@15662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/src/stdafx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/Clist_blind/src/stdafx.h') diff --git a/plugins/Clist_blind/src/stdafx.h b/plugins/Clist_blind/src/stdafx.h index dc20fb1eb9..ff97b904c7 100644 --- a/plugins/Clist_blind/src/stdafx.h +++ b/plugins/Clist_blind/src/stdafx.h @@ -49,6 +49,10 @@ struct ClcData : public ClcDataBase // shared vars extern HINSTANCE g_hInst; extern CLIST_INTERFACE coreCli; +extern int g_bSortByStatus, g_bSortByProto; + + +int CompareContacts(const ClcContact *contact1, const ClcContact *contact2); /* most free()'s are invalid when the code is executed from a dll, so this changes all the bad free()'s to good ones, however it's still incorrect code. The reasons for not -- cgit v1.2.3