Explorar o código

+ TTextBuf = TextBuf type (Delphi compatibility)

git-svn-id: branches/cpstrrtl@25160 -
Jonas Maebe %!s(int64=12) %!d(string=hai) anos
pai
achega
5593f0918d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rtl/inc/textrec.inc

+ 2 - 0
rtl/inc/textrec.inc

@@ -30,6 +30,8 @@ const
 type
   TLineEndStr = string [3];
   TextBuf = array[0..TextRecBufSize-1] of ansichar;
+  TTextBuf = TextBuf;
+
   { using packed makes the compiler to generate ugly code on some CPUs, further
     using packed causes the compiler to handle arrays of text wrongly, see  see tw0754 e.g. on arm  }
   TextRec = {$ifdef VER2_6} packed {$endif} Record