mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 17:37:21 +01:00
14 lines
101 B
ObjectPascal
14 lines
101 B
ObjectPascal
unit LCLIntfCompile;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
AllLCLIntfUnits;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|