Kaynağa Gözat

* missing declarations for otChar andotWChar added

pierre 25 yıl önce
ebeveyn
işleme
72b6e9345b
1 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 6 3
      rtl/objpas/typinfo.pp

+ 6 - 3
rtl/objpas/typinfo.pp

@@ -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
 
-}
+}