diff options
Diffstat (limited to 'include/delphi/m_hotkeys.inc')
-rw-r--r-- | include/delphi/m_hotkeys.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_hotkeys.inc b/include/delphi/m_hotkeys.inc index ba3450f33c..4fb0cfc659 100644 --- a/include/delphi/m_hotkeys.inc +++ b/include/delphi/m_hotkeys.inc @@ -40,7 +40,7 @@ type end;
-function _Hotkey_Register(hk:PHOTKEYDESC; _hLang:int): int; stdcall; external AppDll name 'Hotkey_Register';
+function _Hotkey_Register(hk:PHOTKEYDESC; pPlugin:Pointer): int; stdcall; external AppDll name 'Hotkey_Register';
function Hotkey_Unregister(hk:PAnsiChar): int; stdcall; external AppDll;
{
|