From d78855cea8a85d006ccd06bf0d69a2a3493176f1 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 19 Nov 2008 11:36:43 +0000 Subject: [PATCH] + more c types git-svn-id: trunk@12175 - --- rtl/inc/ctypes.pp | 3 +++ rtl/unix/aliasctp.inc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/rtl/inc/ctypes.pp b/rtl/inc/ctypes.pp index 7d4adccabe..fd662910d3 100644 --- a/rtl/inc/ctypes.pp +++ b/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; diff --git a/rtl/unix/aliasctp.inc b/rtl/unix/aliasctp.inc index d366cc362b..dce9ccfd1a 100644 --- a/rtl/unix/aliasctp.inc +++ b/rtl/unix/aliasctp.inc @@ -54,3 +54,5 @@ type // clongdouble = UnixType.clongdouble; pclongdouble = UnixType.pclongdouble; {$endif} + coff_t = UnixType.TOff; +