From d1104ad9b19d407ec01489eb10fd81919bd56ac1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 18 Jun 2015 21:24:34 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/delphi/m_utils.inc b/include/delphi/m_utils.inc index 23e4d240b7..97f3143b37 100644 --- a/include/delphi/m_utils.inc +++ b/include/delphi/m_utils.inc @@ -245,7 +245,7 @@ function Utils_RestoreWindowPosition(hwnd:HWND; hContact:TMCONTACT; const szModu Returns: <0 on error, 0 if not changed the rect, 1 if changed the rect } -function Utils_AssertInsideScreen(var rc:RECT) : int; stdcall; +function Utils_AssertInsideScreen(var rc:TRECT) : int; stdcall; external CoreDLL name 'Utils_AssertInsideScreen'; { -- cgit v1.2.3