diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-28 23:26:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-28 23:26:52 +0300 |
commit | eb15a1b1587eded13c4dd19fc758adcce5e8aa7d (patch) | |
tree | 68728e45feb5eaf191a826536944555d14ce79b4 /include/delphi | |
parent | 0c8b7f165374f96e5284f9b15c2eb1fdfe3e68f7 (diff) |
fix for delphi plugins
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_api.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index 5524323f9a..59985b792f 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -143,6 +143,7 @@ type type
PCMPlugin = ^CMPlugin;
CMPlugin = record
+ vft : pointer; // virtual function table
m_hInst : THANDLE;
m_szModule : PAnsiChar;
m_pInfo : PPLUGININFOEX;
|