Browse Source

* and a fix from Zvoni from the forum. lpolestreamvtbl is a pointer to the vtbl record

marcoonthegit 2 months ago
parent
commit
b91f0691c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/winunits-base/src/activex.pp

+ 1 - 1
packages/winunits-base/src/activex.pp

@@ -4415,7 +4415,7 @@ type
      end;
      OLESTREAMVTBL =  _OLESTREAMVTBL;
 
-     LPOLESTREAMVTBL = OLESTREAMVTBL;
+     LPOLESTREAMVTBL = ^OLESTREAMVTBL;
 
      _OLESTREAM = record
           lpstbl : LPOLESTREAMVTBL;