mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 03:26:10 +02: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}
|
|
|