diff options
-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';
{
|