|
@@ -110,7 +110,9 @@
|
|
vAutoTable: Pointer;
|
|
vAutoTable: Pointer;
|
|
vIntfTable: PInterfaceTable;
|
|
vIntfTable: PInterfaceTable;
|
|
vMsgStrPtr: pstringmessagetable;
|
|
vMsgStrPtr: pstringmessagetable;
|
|
|
|
+ {$ifndef VER2_6}
|
|
vRefCountOfs: SizeInt;
|
|
vRefCountOfs: SizeInt;
|
|
|
|
+ {$endif}
|
|
vDestroy: CodePointer;
|
|
vDestroy: CodePointer;
|
|
vNewInstance: CodePointer;
|
|
vNewInstance: CodePointer;
|
|
vFreeInstance: CodePointer;
|
|
vFreeInstance: CodePointer;
|