| # | Line 70 | Line 70 | type | |
|---|---|---|
| 70 | TExportHandlers = record | |
| 71 | Ext: String[4]; | |
| 72 | needed: Boolean; | |
| 73 | < | Handler: function(fileid: LongWord; filename: String; convert: Boolean): Integer; |
| 73 | > | Handler: function(fileid: LongWord; filename: String): Integer; |
| 74 | end; | |
| 75 | ||
| 76 | TStringArray = array of String; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |