diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-06-18 21:24:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-06-18 21:24:34 +0000 |
commit | d1104ad9b19d407ec01489eb10fd81919bd56ac1 (patch) | |
tree | 4722494017ba7761b875bafbd3293e11ed8c588e | |
parent | ec0e34b4f88ebe03ff12f559e40dda52c51549b7 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | include/delphi/m_utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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';
{
|