diff options
| author | George Hazan <ghazan@miranda.im> | 2018-05-18 14:16:30 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-05-18 14:16:30 +0300 |
| commit | 73d12d0f6eb5c673a951eec94ddf5cdeeacde369 (patch) | |
| tree | efd476c9f8ba590f07a1fbfed85fa13e994a596f /include/delphi | |
| parent | 0f6d791bb25af9b70637601ebe50029cb69b2e75 (diff) | |
constructor of CMPlugin now registers it automatically in the module list, no need to call RegisterModule manually
Diffstat (limited to 'include/delphi')
| -rw-r--r-- | include/delphi/m_core.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index f5af2c3ca4..7e913e2d7a 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -382,18 +382,6 @@ function mir_wstrcmpi(const p1,p2:PWideChar):int; stdcall; external CoreDLL name 'mir_wstrcmpi';
///////////////////////////////////////////////////////////////////////////////
-// modules
-
-procedure RegisterModule(hInst:HINST); stdcall;
- external CoreDLL name 'RegisterModule';
-procedure UnregisterModule(hInst:HINST); stdcall;
- external CoreDLL name 'UnregisterModule';
-
-function GetInstByAddress(codePtr:pointer):HINST; stdcall;
- external CoreDLL name 'GetInstByAddress';
-
-
-///////////////////////////////////////////////////////////////////////////////
// print functions
function mir_snprintf(buffer:PAnsiChar;count:size_t;fmt:PAnsiChar{, ...}):int; stdcall;
|
