2
0
Эх сурвалжийг харах

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

marcoonthegit 2 сар өмнө
parent
commit
b91f0691c9

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

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