mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +02:00
* limited to darwin/ppc and darwin/i386
- removed unused ctypes unit git-svn-id: branches/objc@13171 -
This commit is contained in:
parent
112ea5e5a8
commit
ddc7c6ed35
@ -1,9 +1,9 @@
|
|||||||
|
{ %target=darwin }
|
||||||
|
{ %cpu=powerpc,i386 }
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$modeswitch objectivec1}
|
{$modeswitch objectivec1}
|
||||||
|
|
||||||
uses
|
|
||||||
ctypes;
|
|
||||||
|
|
||||||
var
|
var
|
||||||
a: NSObject;
|
a: NSObject;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user