From 34353afa23f23d9bc3470896248b8c387465a4b2 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 10 Feb 2014 17:25:36 +0000 Subject: Miranda API sync with small compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils.pas/sparam.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Utils.pas/sparam.pas') diff --git a/plugins/Utils.pas/sparam.pas b/plugins/Utils.pas/sparam.pas index 5a686aa4a8..80a7b150db 100644 --- a/plugins/Utils.pas/sparam.pas +++ b/plugins/Utils.pas/sparam.pas @@ -2,7 +2,7 @@ unit sparam; interface -uses windows; +uses windows, m_api; const // parameter flags @@ -50,7 +50,7 @@ function SetParamLabel (Dialog:HWND; lbl:pWideChar):HWND; procedure ClearParam (flags:dword; var param); function DuplicateParam(flags:dword; var sparam,dparam):dword; -function TranslateParam(param:uint_ptr;flags:dword;hContact:THANDLE):uint_ptr; +function TranslateParam(param:uint_ptr;flags:dword;hContact:HCONTACT):uint_ptr; function CreateResultBlock(parent:HWND;x,y,width:integer;flags:dword=0):THANDLE; function ClearResultFields(Dialog:HWND):HWND; @@ -62,7 +62,7 @@ implementation uses messages, common, editwrapper, wrapper, syswin, - m_api, sedit, strans, + sedit, strans, mirutils; const @@ -651,7 +651,7 @@ begin result:=flags; end; -function TranslateParam(param:uint_ptr;flags:dword;hContact:THANDLE):uint_ptr; +function TranslateParam(param:uint_ptr;flags:dword;hContact:HCONTACT):uint_ptr; var tmp1:pWideChar; begin -- cgit v1.2.3