git-svn-id: trunk@12175 -
@@ -77,6 +77,9 @@ type
u_short = cushort;
+ coff_t = clong;
+
{$ifndef FPUNONE}
cfloat = single; pcfloat = ^cfloat;
cdouble = double; pcdouble = ^cdouble;
@@ -54,3 +54,5 @@ type
// clongdouble = UnixType.clongdouble; pclongdouble = UnixType.pclongdouble;
{$endif}
+ coff_t = UnixType.TOff;