From da87b3fa0479333cfe9505713f6ffaa54b9ba543 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Wed, 31 Dec 2014 17:08:47 +0000 Subject: pascal code: reformat, small fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@11700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_text.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI/delphi/m_text.inc') diff --git a/plugins/ExternalAPI/delphi/m_text.inc b/plugins/ExternalAPI/delphi/m_text.inc index 5847cd92e1..11d6a5f0b0 100644 --- a/plugins/ExternalAPI/delphi/m_text.inc +++ b/plugins/ExternalAPI/delphi/m_text.inc @@ -40,7 +40,7 @@ type Register :function(const userTitle:PAnsiChar; options:dword):THANDLE; stdcall; Create :function(userHandle:THANDLE; text:pointer):THANDLE; stdcall; - CreateEx :function(userHandle:THANDLE; hContact:TMCONTACT; text:pointer; flags:dword):THANDLE; stdcall; + CreateEx :function(userHandle:THANDLE; text:pointer; flags:dword):THANDLE; stdcall; Measure :function(dc:HDC; sz:PSIZE; text:THANDLE):int; stdcall; Display :function(dc:HDC; pos:TPOINT; sz:TSIZE; text:THANDLE):int; stdcall; SetParent :function(text:THANDLE; hwnd:HWND; rect:TRECT):int; stdcall; -- cgit v1.2.3