From 011c86b22aa67f25d751f731501eaaec9600f44c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Mar 2013 19:57:20 +0000 Subject: fix for the smileys cleanup procedure git-svn-id: http://svn.miranda-ng.org/main/trunk@3887 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/src/general.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SmileyAdd/src/general.h') diff --git a/plugins/SmileyAdd/src/general.h b/plugins/SmileyAdd/src/general.h index 8cc13c5619..93d9a2e7d6 100644 --- a/plugins/SmileyAdd/src/general.h +++ b/plugins/SmileyAdd/src/general.h @@ -216,8 +216,8 @@ void DestroyGdiPlus(void); void ReportError(const TCHAR* errmsg); HICON GetDefaultIcon(bool copy = true); -void CloseRichCallback(HWND hwnd, bool force); -void CloseRichOwnerCallback(HWND hwnd, bool force); +void CloseRichCallback(HWND hwnd); +void CloseRichOwnerCallback(HWND hwnd); bool SetRichCallback(HWND hwnd, HANDLE hContact, bool subany, bool subnew); void SetRichOwnerCallback(HWND hwnd, HWND hwndInput, HWND hwndLog); void ProcessAllInputAreas(bool restoreText); -- cgit v1.2.3