Browse Source

+ more c types

git-svn-id: trunk@12175 -
florian 16 năm trước cách đây
mục cha
commit
d78855cea8
2 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 3 0
      rtl/inc/ctypes.pp
  2. 2 0
      rtl/unix/aliasctp.inc

+ 3 - 0
rtl/inc/ctypes.pp

@@ -77,6 +77,9 @@ type
   u_short = cushort;
 
 
+  coff_t = clong;
+
+
 {$ifndef FPUNONE}
   cfloat                 = single;             pcfloat                = ^cfloat;
   cdouble                = double;             pcdouble               = ^cdouble;

+ 2 - 0
rtl/unix/aliasctp.inc

@@ -54,3 +54,5 @@ type
 //  clongdouble            = UnixType.clongdouble; pclongdouble           = UnixType.pclongdouble;
 {$endif}
 
+  coff_t                 = UnixType.TOff;
+