Files
lazarus-ccr/bindings/pascocoa/foundation/foundation.pas

29 lines
346 B
ObjectPascal
Raw Normal View History

unit foundation;
{$ifdef fpc}
{$mode delphi}
{$packrecords c}
{$endif}
interface
uses ctypes, objc, FPCMacOSAll;
{$define HEADER}
{$include Foundation.inc}
{$undef HEADER}
type
{$define CLASSES}
{$include Foundation.inc}
{$undef CLASSES}
implementation
{$define IMPLEMENTATION}
{$include Foundation.inc}
{$undef IMPLEMENTATION}
end.