Explorar el Código

+ more c types

git-svn-id: trunk@12175 -
florian hace 16 años
padre
commit
d78855cea8
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  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;
+