@@ -3,6 +3,7 @@ unit CocoaAll;
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar} { for "external" after the semi-colon with external vars }
+{$packrecords c}
interface
@@ -1,6 +1,7 @@
{$modeswitch cvar}
unit CoreData;
uses
@@ -3,6 +3,7 @@ unit WebKit;
@@ -66,4 +67,4 @@ implementation
{$undef USER_PATCHES}
{$undef IMPLEMENTATION}
-end.
+end.
@@ -3,6 +3,7 @@ unit iPhoneAll;
@@ -105,4 +106,4 @@ implementation
@@ -18,6 +18,7 @@ unit objcbase;
{$ifdef FPC_HAS_FEATURE_OBJECTIVEC1}