diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-10-03 17:00:43 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-10-03 17:00:43 +0000 |
commit | d2da1f079fc61195437007882296184714d2fe54 (patch) | |
tree | 1da95a90cae8b6225754975a97e325ce48d13338 /include/delphi/m_core.inc | |
parent | 10e856dedeb8bc7adf01213ff393b82772c90e92 (diff) |
includes updates
history++ compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_core.inc')
-rw-r--r-- | include/delphi/m_core.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 1923840366..6424d47ebb 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -181,6 +181,8 @@ function CallPluginEventHook(hInst:HINST; hEvent:THANDLE; wParam:WPARAM; lParam: external CoreDLL name 'CallPluginEventHook';
function NotifyEventHooks(hEvent:THANDLE; wParam:WPARAM; lParam:LPARAM): int; stdcall;
external CoreDLL name 'NotifyEventHooks';
+function NotifyFastHook(hEvent:THANDLE; wParam:WPARAM; lParam:LPARAM): int; stdcall;
+ external CoreDLL name 'NotifyFastHook';
function HookEvent(const name:PAnsiChar; hookProc: TMIRANDAHOOK): THANDLE; stdcall;
external CoreDLL name 'HookEvent';
|