فهرست منبع

Add FPC_DOTTEDUNITS code

Pierre Muller 2 سال پیش
والد
کامیت
d12bc9e9b9
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      rtl/inc/objc1.inc

+ 9 - 0
rtl/inc/objc1.inc

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