summaryrefslogtreecommitdiff
path: root/include/delphi/m_core.inc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-03 12:25:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-03 12:25:29 +0000
commit1492cd4767bc9c7748455639a8eb4429a2771c34 (patch)
tree787e7551eaa81832873055b71ef0fd6473a15f0a /include/delphi/m_core.inc
parent22f041cb647f9c765004d3295d5a57a7220f55f0 (diff)
added mechanism of windows subclassing, proof to dynamic plugin unloading
git-svn-id: http://svn.miranda-ng.org/main/trunk@3869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_core.inc')
-rw-r--r--include/delphi/m_core.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc
index 283926357a..595e02e16c 100644
--- a/include/delphi/m_core.inc
+++ b/include/delphi/m_core.inc
@@ -575,6 +575,11 @@ function mir_utf8checkstring(const astr:PAnsiChar):bool;stdcall;
///////////////////////////////////////////////////////////////////////////////
+procedure mir_subclassWindow(Wnd: HWND; WndProc: WNDPROC); stdcall;
+ external CoreDLL name 'mir_subclassWindow';
+
+///////////////////////////////////////////////////////////////////////////////
+
procedure UnloadCoreModule(); stdcall;
external CoreDLL name 'UnloadCoreModule';