+ more c types

git-svn-id: trunk@12175 -
This commit is contained in:
florian 2008-11-19 11:36:43 +00:00
parent c8fae83c57
commit d78855cea8
2 changed files with 5 additions and 0 deletions

View File

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

View File

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