* missing declarations for otChar andotWChar added

This commit is contained in:
pierre 2000-01-06 00:23:24 +00:00
parent c44cc56a9a
commit 72b6e9345b

View File

@ -52,7 +52,7 @@ unit typinfo;
tkWString,tkVariant,tkArray,tkRecord,tkInterface,
tkClass,tkObject,tkWChar,tkBool);
TTOrdType = (otSByte,otUByte,otSWord,otUWord,otSLong,otULong);
TTOrdType = (otSByte,otUByte,otChar,otSWord,otUWord,otWChar,otSLong,otULong);
TFloatType = (ftSingle,ftDouble,ftExtended,ftComp,ftCurr,
ftFixed16,ftFixed32);
@ -807,7 +807,10 @@ end.
{
$Log$
Revision 1.32 2000-01-05 18:59:56 sg
Revision 1.33 2000-01-06 00:23:24 pierre
* missing declarations for otChar andotWChar added
Revision 1.32 2000/01/05 18:59:56 sg
* Fixed missing () in InsertProp which caused memory corruptions
* GetOrdProp handles Char and WChar now. (there are still some
property types missing!)
@ -880,4 +883,4 @@ end.
Revision 1.7 1998/09/08 09:52:31 florian
* small problems fixed
}
}