Quellcode durchsuchen

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

(cherry picked from commit b91f0691c9b8fcd5c0b068d296869343d42dd451)
marcoonthegit vor 2 Monaten
Ursprung
Commit
db691a3b33
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/winunits-base/src/activex.pp

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

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