You've already forked lazarus-ccr
fpspreadsheet: Fix compilation of package laz_fpspreadsheetexport_visual
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
unit fpsexportreg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$R ../../resource/fpsvisualexportreg.res}
|
||||
|
||||
interface
|
||||
|
||||
@ -27,8 +28,5 @@ begin
|
||||
RegisterComponents('Data Export', [TFPSExport]);
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I fpsexportimg.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Reference in New Issue
Block a user