From eb15a1b1587eded13c4dd19fc758adcce5e8aa7d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 28 May 2018 23:26:52 +0300 Subject: fix for delphi plugins --- include/delphi/m_api.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'include/delphi') 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; -- cgit v1.2.3