Browse Source

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

(cherry picked from commit b91f0691c9b8fcd5c0b068d296869343d42dd451)
marcoonthegit 2 months ago
parent
commit
db691a3b33
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

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