瀏覽代碼

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

(cherry picked from commit b91f0691c9b8fcd5c0b068d296869343d42dd451)
marcoonthegit 2 月之前
父節點
當前提交
db691a3b33
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;