Browse Source

+ more c types

git-svn-id: trunk@12175 -
florian 16 years ago
parent
commit
d78855cea8
2 changed files with 5 additions and 0 deletions
  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;
+