@@ -18,12 +18,21 @@ interface
{$inline on}
+{$IFNDEF FPC_DOTTEDUNITS}
uses
ctypes
{$ifdef unix}
,unixtype
{$endif}
;
+{$ELSE}
+uses
+ System.CTypes
+{$ifdef unix}
+ ,UnixApi.Types
+{$endif}
+ ;
{$packrecords c}