mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 17:19:35 +01:00
15 lines
154 B
ObjectPascal
15 lines
154 B
ObjectPascal
unit CocoaIDEFormConfig;
|
|
|
|
{$if NOT defined(DisableCocoaModernForm)}
|
|
|
|
{$include cocoaideformconfig.inc}
|
|
|
|
{$else}
|
|
|
|
interface
|
|
implementation
|
|
end.
|
|
|
|
{$endif}
|
|
|