|
@@ -280,7 +280,6 @@ interface
|
|
function writeCom:boolean;
|
|
function writeCom:boolean;
|
|
property ExeUnifiedLogicalSegments: TFPHashObjectList read FExeUnifiedLogicalSegments;
|
|
property ExeUnifiedLogicalSegments: TFPHashObjectList read FExeUnifiedLogicalSegments;
|
|
property ExeUnifiedLogicalGroups: TFPHashObjectList read FExeUnifiedLogicalGroups;
|
|
property ExeUnifiedLogicalGroups: TFPHashObjectList read FExeUnifiedLogicalGroups;
|
|
- property MZFlatContentSection: TMZExeSection read GetMZFlatContentSection;
|
|
|
|
property Header: TMZExeHeader read FHeader;
|
|
property Header: TMZExeHeader read FHeader;
|
|
protected
|
|
protected
|
|
procedure Load_Symbol(const aname:string);override;
|
|
procedure Load_Symbol(const aname:string);override;
|
|
@@ -291,6 +290,7 @@ interface
|
|
public
|
|
public
|
|
constructor create;override;
|
|
constructor create;override;
|
|
destructor destroy;override;
|
|
destructor destroy;override;
|
|
|
|
+ property MZFlatContentSection: TMZExeSection read GetMZFlatContentSection;
|
|
end;
|
|
end;
|
|
|
|
|
|
TOmfAssembler = class(tinternalassembler)
|
|
TOmfAssembler = class(tinternalassembler)
|