From 518ace0898e5b4a91cb7c3ac7ae680bd8a7e1095 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 19:53:19 +0000 Subject: sync of function declaration & implementation git-svn-id: http://svn.miranda-ng.org/main/trunk@8084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils.pas/mirutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Utils.pas') diff --git a/plugins/Utils.pas/mirutils.pas b/plugins/Utils.pas/mirutils.pas index 920a969b49..19285b56f7 100644 --- a/plugins/Utils.pas/mirutils.pas +++ b/plugins/Utils.pas/mirutils.pas @@ -348,7 +348,7 @@ begin // SendMessage(wnd,CLM_ENSUREVISIBLE,hContact,0); end; -function GetCListSelContact:THANDLE; +function GetCListSelContact:HCONTACT; begin result:=SendMessageW(CallService(MS_CLUI_GETHWNDTREE,0,0),CLM_GETSELECTION,0,0); end; -- cgit v1.2.3